Closed neso613 closed 4 years ago
Hi @nehasoni3 models in OMZ develop branch correspond to the future OpenVINO release, 2019R4, which planned to come in the end of January. You can't use models, generated in new format from the next release in Inference Engine of previous release. There might be new operations added and other difference in format, which the previous version of Inference Engine is not aware of.
As the rule of thumb, you always should use OpenVINO and Open Model Zoo from the latest public release (2019R3 in your case). The OMZ models from 2019R3 release are available through OMZ, distributed in corresponding OpenVINO package or you may access them through OMZ on github, but use master branch for that. The develop branch not intended to provide always workable solution, this has 'work in progress' status.
@vladimir-dudnik OK.
Thanks for helping me to get it clear.
HI
I am trying to run face-detection-retail-0004 of OpenVINO R4 zoo https://download.01.org/opencv/2019/open_model_zoo/R4/20191230_170000_models_bin/
I have run interactive face detection demo with this IR files. But I am getting this errror-
[ INFO ] Loading network files for Face Detection [ ERROR ] Error reading network: cannot parse future versions: 10
OPENVINO version is R3