-
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
get an error loading a model for auto-annotation #792
Comments
Different version of OpenVino. You should be able to use OpenVino - R5 with the CVAT installation. Try reinstalling the OpenVino component with R5. |
The problem remains unsolved. I can run auto-annotation with person-vehicle pre-trained model but not for faster-RCNN . |
If you're a Python developer, can you run the following script and post the traceback? https://github.com/opencv/cvat/tree/develop/utils/auto_annotation Otherwise I'll try to reproduce tomorrow. |
I tried with my local system, but was not able to reproduce. I would try cleaning the docker image. You've probably got a stale OpenVINO installation. |
Thanks for your reply. I got the following error: [setupvars.sh] OpenVINO environment initialized |
That's frustrating! Sorry about that. Related: openvinotoolkit/open_model_zoo#71
Here's the line of code that is throwing the error. Potential that they've released the models without the updated code? Or that OpenVINO messed up its versioning. But I don't know that that makes sense given that you hand converted the bin/xml files. Maybe try converting the faster-rcnn bin/xml with the 2019 R3 candidate (or an earlier version) and then using the latest version of OpenVINO in your CVAT instance. The above linked issue mentions converting with the 2018 version, which I believe is what I converted with. I was going to post my bin and xml files to github, but it's over the 10 MB limit on Github, (zipped files together are 200 MB). If you've got a better site to get them to you, let me know and I'll put them up. |
If you use the 2018 version, it looks like it will convert to version 3. See here: https://github.com/opencv/dldt/blob/669bee86e580cbbc8ef40b440ab195ba2cbf5142/inference-engine/src/inference_engine/ie_cnn_net_reader_impl.cpp#L144 |
@test4fest did you ever get this fixed? What was the resolution? |
@benhoff Using this (https://github.com/opencv/dldt/releases/tag/2018_R5) version solved error for me. |
I am using OpenVINO version 2019.R3 (l_openvino_toolkit_p_2019.3.376), got error on console: |
@anujonthemove Hi, #1826 should fix this issue. |
I am trying to use Faster-RCNN model from model zoo of auto annotation from the following link:
https://github.com/opencv/cvat/tree/develop/utils/open_model_zoo/faster_rcnn_inception_v2_coco
I follow the documentation and convert tensorflow model of faster- RCNN to xml and bin files with OpenVini 2019- R3, but when I ran CVAT with OpenVino 2018-R5.
I get this error:
Checking request has returned the "failed" status. Message: Exception: Model was not properly created/updated. Test failed: Error reading network: cannot parse future versions: 6
Does it mean the conversion is not correct, or using different version of OpenVino, or something else?
The text was updated successfully, but these errors were encountered: