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.

Convert model ssd to INT8

Dung__Pham
Beginner
948 Views

how to convert SSD model to IR INT 8 . I don't see INIT8 in   --data_type {FP16,FP32,half,float} 

file convert : opt/intel/openvino/deployment_tools/model_optimizer/mo.py

0 Kudos
1 Reply
JAIVIN_J_Intel
Employee
948 Views

Hi Pham,

You may use DL Workbench to lower the precision of the model from FP32 to INT8 with a process called calibration.

Please refer INT8 Calibration to know the overall flow for converting a model from FP32 to INT8.

Regards,

Jaivin

0 Kudos
Reply