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.

Openvino 2020 error

Moran__Emmanuel
Beginner
611 Views

After download model of ssd_mobilenet_v2_coco with downloader.py of openvino 2020 and optimized, a RuntimeError appear everytime when trying to create network.

 

RuntimeError: Error reading network: cannot parse future versions:10

Make fresh install (vm) with openvino 2019R3.1 and works normally.

Is this a compatibility problem with OV2020?

 

0 Kudos
1 Reply
SIRIGIRI_V_Intel
Employee
611 Views

Hi Emmanuel,

This issue arises when the model is downloaded or optimized from the latest version of OpenVINO and used for the inference in the older versions.

If multiple versions are installed in the system, uninstall the older versions of OpenVINO.

I have downloaded this model, optimized and run the object_detection_demo_ssd_async sample using this model in the 2020.1 and is working fine.

Please give a try and let us know if this helps.

Regards,

Ram prasad

0 Kudos
Reply