Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Program doesn't work in R5

Morishige__Akihito
392 Views

I tried to work samples in R5, but it doesn't.

How should I solve this problem ?

Program worked correctly in R3 under the same environment.

■Python samples

After the under message is shown, program stopped.

・[INFO]Reading IR...

■C++ samples

I tried to work samples, but it can't read model and the below message is shown.

・[ ERROR ] Error reading network: cannot parse future versions: 4

0 Kudos
4 Replies
Hyodo__Katsuya
Innovator
392 Views
@Morishige, Akihito First of all, regenerate the IR model or try downloading the latest model again. There seems to be a version also in the internal notation of the IR model itself.
0 Kudos
Morishige__Akihito
392 Views

Thank you for your comment.

And could you tell me the way to regenerate or download the latest model ?

 

0 Kudos
Hyodo__Katsuya
Innovator
392 Views
まず、 1.何のモデルを使用しているのか 2.どのような環境で使用しているか(OS、デバイス) を明確にしてください。 的確なアドバイスができません。 /opt/intel/computer_vision_sdk_2018.5.445/deployment_tools/demo/demo_squeezenet_download_convert_run.sh を実行。 あるいは、 https://github.com/opencv/open_model_zoo/tree/2018/model_downloader を読んだうえで、期待するモデルをダウンロードしてみてください。 ================================================================ First of all, please clarify. 1. What model are you using? 2. What kind of environment you are using? (OS, device) I can not give accurate advice. /opt/intel/computer_vision_sdk_2018.5.445/deployment_tools/demo/demo_squeezenet_download_convert_run.sh Or Please read and download the expected model. https://github.com/opencv/open_model_zoo/tree/2018/model_downloader
0 Kudos
Morishige__Akihito
392 Views

The cause was setting PATH to opencv and IR is incorrect.

Thank you for replying.

0 Kudos
Reply