Summary
The version of the IR model must match the OpenVINO™ version for successful model loading.
Description
- Downloaded face-detection-retail-0004 model from OpenVINO™ 2019_R3.
- Built Open Source OpenVINO™ version 2020.1
- Ran Interactive Face Detection C++ Demo with downloaded face-detection-retail-0004 model.
- Received error:
[ERROR] Failed to load face detector model files: Cannot create ShapeOf layer fc7_mbox_priorbox/0_port id:192
Resolution
Use the same version of IR models as the installed OpenVINO™ version. Otherwise, the models may fail to load.
- Download face-detection-retail-0004 model from OpenVINO™ 2020.1 .
- Run Interactive Face Detection C++ Demo with the downloaded model.