Inaccurate Result When Running OpenVINO™ Object Detection Python* Demo with Yolo-v3-Tf
Content Type: Troubleshooting | Article ID: 000094064 | Last Reviewed: 11/14/2023
Downloaded yolo-v3-tf via Model Downloader:
./downloader.py --name yolo-v3-tf
Unable to detect objects when using the converted model with Object Detection Python* Demo:
python3 open_model_zoo/demos/object_detection_demo/python/object_detection_demo.py -d CPU -i /home/user/Downloads/car-detection.mp4 -m /home/user/intel/openvino_2021.4.752/deployment_tools/open_model_zoo/models/public/yolo-v3-tf/yolo-v3.xml -at yolo -o output_%03d.jpg
Use Model Converter to convert OpenVINO™ Toolkit Public Pre-Trained Models.