Summary
Utilize Accuracy Checker to help achieve the highest performance accuracy
Description
- Converted ONNX model into IR.
- Ran IR with Benchmark C++ Tool and its performance accuracy dropped 20% compared to running ONNX model with PyTorch.
- Unable to determine how to pre-process image for better accuracy.
Resolution
Accuracy Checker supports set of preprocessors to process input data before model inference.
Change the type of supported preprocessors in configuration file to obtain the highest accuracy.