Article ID: 000058633 Content Type: Product Information & Documentation Last Reviewed: 09/06/2022

Unable to Find the .XML and .Bin Files for Intel’s Pre-trained Models

Environment

Windows® 10, 64-bit*

BUILT IN - ARTICLE INTRO SECOND COMPONENT
Summary

Quick steps to download Intel's pre-trained models for inferencing with OpenVINO™.

Description
  • Found model.yml and .prototext files in model directory.
  • Could not find .xml and .bin files.
Resolution
  • Initialize the OpenVINO environment:
    <path_to_openvino>\bin\setupvars.bat
  • Go to the model downloader directory:
    cd <path_to_openvino>\deployment_tools\tools\model_downloader
  • Download the model using downloader.py:
    python downloader.py --name <model_name>

For Intel pre-trained models, three folders- FP16, FP16-INT8, FP32 - containing their respective .xml and .bin files will be created in the directory below:
<path_to_openvino>\deployment_tools\tools\model_downloader\intel\<model_name>

Public pre-trained models will be located in the directory below:
<path_to_openvino>\deployment_tools\tools\model_downloader\public\<model_name>

Additional information

Refer to Converting and Preparing Models for more information on optimizing and downloading models.

Related Products

This article applies to 2 products