Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

About ONNX file convert to IR

Shinjan
Beginner
489 Views

Would the following message appear in convert

Is it correct?

Common parameters:
- Path to the Input Model: C:\Program Files (x86)\IntelSWTools\openvino_2020.4.287\deployment_tools\model_optimizer\model.onnx
- Path for generated IR: C:\Program Files (x86)\IntelSWTools\openvino_2020.4.287\deployment_tools\model_optimizer\.
- IR output name: model
- Log level: ERROR
- Batch: Not specified, inherited from the model
- Input layers: Not specified, inherited from the model
- Output layers: Not specified, inherited from the model
- Input shapes: Not specified, inherited from the model
- Mean values: Not specified
- Scale values: Not specified
- Scale factor: Not specified
- Precision of IR: FP32
- Enable fusing: True
- Enable grouped convolutions fusing: True
- Move mean values to preprocess section: False
- Reverse input channels: False
ONNX specific parameters:
Model Optimizer version:

[ SUCCESS ] Generated IR version 10 model.
[ SUCCESS ] XML file: C:\Program Files (x86)\IntelSWTools\openvino_2020.4.287\deployment_tools\model_optimizer\.\model.xml
[ SUCCESS ] BIN file: C:\Program Files (x86)\IntelSWTools\openvino_2020.4.287\deployment_tools\model_optimizer\.\model.bin
[ SUCCESS ] Total execution time: 7.24 seconds.

0 Kudos
1 Solution
Rizal_Intel
Moderator
475 Views

Hi Shinjan,


Yes, it is correct.

Generally if there is no error message, it is safe to assume it has executed correctly.


Regards,

Rizal


View solution in original post

0 Kudos
1 Reply
Rizal_Intel
Moderator
476 Views

Hi Shinjan,


Yes, it is correct.

Generally if there is no error message, it is safe to assume it has executed correctly.


Regards,

Rizal


0 Kudos
Reply