Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.11 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.11 KB

Generate INT8 Models

To calibrate your model to the INT8 precision, follow the steps below:

  1. Install the Accuracy Checker and Post-Training Optimization tool in your environment. Both tools are delivered as a part of the OpenVINO™ toolkit, but you can use the Accuracy Checker directly from the Open Model Zoo GitHub* repository if you like.

  2. Download a dataset and convert annotations to the Accuracy Checker friendly format.

  3. Convert your model to the Intermediate Representation (IR). The IR contains a generated JSON config file for calibration. Find examples like inception_v3.json in the directories of INT8 models.

  4. Run the Post-Training Optimization tool with the JSON config file and wait for the calibration process completion.