Article ID: 000088249 Content Type: Compatibility Last Reviewed: 02/02/2023

Encountered Error “Failed to Load Model Files” When Loading Intermediate Representation (IR) Model Files

Environment

OpenVINO  2019_R3, OpenVINO 2020.1

BUILT IN - ARTICLE INTRO SECOND COMPONENT
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.

  1. Download face-detection-retail-0004 model from OpenVINO™ 2020.1 .
  2. Run Interactive Face Detection C++ Demo with the downloaded model.

Related Products

This article applies to 2 products