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

OpenVINO v2020.v3 not supported #1832

Closed
2 tasks
benhoff opened this issue Jul 2, 2020 · 0 comments · Fixed by #1767
Closed
2 tasks

OpenVINO v2020.v3 not supported #1832

benhoff opened this issue Jul 2, 2020 · 0 comments · Fixed by #1767
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@benhoff
Copy link
Contributor

benhoff commented Jul 2, 2020

My actions before raising this issue

Expected Behaviour

Current Behaviour

Users are reporting that v3 of OpenVINO 2020 does not work with an error that they can't find an avx import.

This is almost certainly an error with the logic for deciding whether to use the new core OpenVINO API or not. This currently involves parsing out the version information from the following method call.

https://github.com/opencv/cvat/blob/76280be4ad4c6143533b6a3960a429d33e7f10a8/cvat/apps/auto_annotation/inference_engine.py#L26

It might be worth putting an additional try catch around using the core API if parsing the version information from OpenVINO proves fragile.

@nmanovic nmanovic self-assigned this Jul 2, 2020
@nmanovic nmanovic added the enhancement New feature or request label Jul 2, 2020
@nmanovic nmanovic added this to the 1.1.0-beta milestone Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants