Skip To Main Content
Support Knowledge Base

How to Convert Caffe Models to IR Format?

Content Type: Troubleshooting   |   Article ID: 000056748   |   Last Reviewed: 06/06/2023

Description

How to do conversion from Caffe to IR and include regionyolo_extension? 

Resolution

To convert a Caffe model:

  1. Go to the lt_INSTALL_DIR>/deployment_tools/model_optimizer directory.
  2. Use the mo.py script to simply convert a model with the path to the input model.caffemodel file:

    python3 mo.py --input_model <INPUT_MODEL>.caffemodel

 

For more detailed information go to the Converting  Caffe* Model Guide.

Additional information

Information taken from the Model Optimizer Caffe Model Guide.