Skip to content
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

How to build CVAT with OpenVINO on windows host? #1397

Closed
ishumann opened this issue Apr 13, 2020 · 3 comments
Closed

How to build CVAT with OpenVINO on windows host? #1397

ishumann opened this issue Apr 13, 2020 · 3 comments
Labels
question Further information is requested

Comments

@ishumann
Copy link

I'm trying to set up semi-automatic segmentation for window

https://github.com/opencv/cvat/blob/master/cvat/apps/dextr_segmentation/README.md
But every time I finish drawing a polygon after setting extreme point, I am getting this error
Segmentation has fallen. Error: 'RuntimeError: Cannot load library '/opt/intel/openvino_2020.1.023/deployment_tools/inference_engine/lib/intel64/libcpu_extension_avx2.so': /opt/intel/openvino_2020.1.023/deployment_tools/inference_engine/lib/intel64/libcpu_extension_avx2.so: cannot open shared object file: No such file or directory '
but its that a Linux location so how to build Cvat with openvino in windows???

@bsekachev
Copy link
Member

@MannAgrawal

Production CVAT works inside docker container (think about it like if it was a virtual machine with Ubuntu 16.04).
It is a reason why you see linux path, because CVAT works from linux.
To setup OpenVINO in docker container follow the installation guide.

Use both docker compose options for build: -f components/openvino/docker-compose.openvino.yml -f cvat/apps/dextr_segmentation/docker-compose.dextr.yml build as it specified here

You DO NOT NEED to install OpenVINO on host operating system (windows in your case).

@bsekachev bsekachev added the question Further information is requested label Apr 13, 2020
@bsekachev bsekachev changed the title build Cvat with openvino in windows How to build CVAT with OpenVINO on windows host? Apr 13, 2020
@azhavoro
Copy link
Contributor

Hi, you should update CVAT or use openvino v2019.x
#1269 adds support of openvino 2020

@ishumann
Copy link
Author

ishumann commented Apr 19, 2020

@azhavoro @bsekachev hi, Yes I did that and it worked, thank you so much for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants