-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running serverless function yolov3 fails, installing automatic annotation #5819
Comments
This looks like tensorflow/tensorflow#52845. |
Note that even though the bug report is in the TensorFlow project, the underlying problem is with Docker Desktop. Specifically, it uses an old version of QEMU, which does not emulate AVX instructions. Once Docker Desktop updates to QEMU 7.2 or newer, this issue should resolve itself. |
@il-nietos , it should be resolved. I will close the issue. |
I am still getting the same error (after updating Docker, pulling any changes to the repo and rebuilding the docker containers). Am I missing something here? Output:
|
My actions before raising this issue
I followed the steps in https://opencv.github.io/cvat/docs/administration/advanced/installation_automatic_annotation/,
and everything works (the nucleo dahsboard is up and available through localhost, the openvino-dextr is running), until attempting to run the yolo-v3-tf with the following command:
Expected Behaviour
Function yolo-v3-tf created succesfully and running on the nucleo dashboard.
Current Behaviour
Running the yolo-v3-tf command returns the following error:
executor failed running [/bin/bash -xo pipefail -c /opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/converter.py --name yolo-v3-tf --precisions FP32 -d /opt/nuclio/open_model_zoo -o /opt/nuclio/open_model_zoo]: exit code: 1
(full error log provided at the end).
Your Environment
git log -1
):docker version
(e.g. Docker 17.0.05): Docker v4.16.2The text was updated successfully, but these errors were encountered: