Cvat: Support OpenVINO 2019R*

Created on 11 Apr 2019  路  11Comments  路  Source: openvinotoolkit/cvat

$sudo docker-compose -f docker-compose.yml -f components/openvino/docker-compose.openvino.yml build

fails with error below: (additionally to this I cannot find install_cv_sdk_dependencies.sh in l_openvino_toolkit_p_2019.1.094.tgz)

/tmp/components/openvino/install.sh: line 26: ./install_cv_sdk_dependencies.sh: No such file or directory
/tmp/components/openvino/install.sh: line 34: /opt/intel/computer_vision_sdk/bin/setupvars.sh: No such file or directory
ERROR: Service 'cvat' failed to build: The command '/bin/sh -c if [ "$OPENVINO_TOOLKIT" = "yes" ]; then /tmp/components/openvino/install.sh; fi' returned a non-zero code: 1

enhancement

Most helpful comment

@fadeevla
Okay, in this case I can suggest you to use fixed version from this branch. Installation with 2019R1 is successful here. ReID, Deep Extreme Cut, custom models must work. But unfortunately there are some issues with OpenVINO 2019R1 and TF Object Detector, thus detector can be inferred only with tensorflow framework (there aren't significant disadvantages, but ~4 times slower).
We will close this issue when we fix it.
Thank you.

UPD:
Branch with fixed version was merged into develop and removed.

All 11 comments

Hi @fadeevla ,

It seems that you didn't put openvino package into corresponding directory. Please read the instructions: https://github.com/opencv/cvat/tree/develop/components/openvino.

OpenVINO 2019R1 has been migrated on new names:

.diff -install_cv_sdk_dependencies.sh +install_openvino_dependencies.sh

@alalek , cool. I didn't know that. It seems we need to support that.

@fadeevla ,

There are two ways to continue. Right now you can use the previous version of OpenVINO or submit a PR to support the new one. The fix isn't very difficult.

@nmanovic ,
do you know if there is an OpenVINO archive, so I can download 2018 release?

@fadeevla
You can choose 2018 R5 version on the download page.
Selection_001

PR has not decided the problem. There are dependencies issues.

@fadeevla
You can choose 2018 R5 version on the download page.
Selection_001

@bsekachev
strange, but the only option I have is 2019 R1. I'm using chrome/macos. the page looks exactly as your screenshot, one exception is version selection box is replaced with simple text Version: 2019 R1.

Looks like old version is not available for "new" OpenVINO users. /cc @moslex

@fadeevla
Okay, in this case I can suggest you to use fixed version from this branch. Installation with 2019R1 is successful here. ReID, Deep Extreme Cut, custom models must work. But unfortunately there are some issues with OpenVINO 2019R1 and TF Object Detector, thus detector can be inferred only with tensorflow framework (there aren't significant disadvantages, but ~4 times slower).
We will close this issue when we fix it.
Thank you.

UPD:
Branch with fixed version was merged into develop and removed.

@bsekachev ,

As far as I understand the issue was fixed by your PR (https://github.com/opencv/cvat/pull/400). I close the issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aleksandrmelnikov picture aleksandrmelnikov  路  4Comments

rvorias picture rvorias  路  4Comments

LinLidi picture LinLidi  路  6Comments

cbasavaraj picture cbasavaraj  路  4Comments

illuminati945 picture illuminati945  路  5Comments