You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The leftmost query image serves as input to retrieve the 8 most similar image from the database, where the green bounding box means that the predicted class match the query image class, while the red bounding box means a mismatch of image class. Therefore, the retrieved image can be further filtered out with class information.
Run NNCF PTQ for quantization
mkdir -p models
python run_quantize.py
Generated FP32 ONNX model and FP32/INT8 OpenVINO™ model will be saved in the models directory. Besides, we also store evaluation results of OpenVINO™ FP32/INT8 model as a Database in the results directory respectively. The database can be directly used for image retrieval via input query image.
Verify OpenVINO FP32 Model Image Retrieval Results
Pytorch FP32 Model and OpenVINO FP32/INT8 Retrieval Results with Same Query Image
The Pytorch and OpenVINO™ FP32 retrieved images are the same. Although the 7th image of OpenVINO™ INT8 model results is not matched with FP32 model, it can be further filtered out with predicted class information.
About
Efficient Inference and Quantization of CGD for Image Retrieval with OpenVINO