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
OpenVINO's benchmark_app started to crash on models YOLOv8s, YOLOv9c running on NPU. These models work without any issues on CPU and GPU. There were working as well when was converted to IR format with older versions of OpenVINO.
At the moment I identified these 2 YOLO models, but it it possible that other are affected too. The problem is observed with OpenVINO versions 2024.4. and 2024.3. When version 2024.2 was used, benchmark_app does not throw any errors.
OS: Ubuntu 22.04.4 LTS
Step-by-step reproduction
Download and covert YOLO model: from ultralytics import YOLO pt_model = YOLO("yolov8s.pt") pt_model.export(format='openvino', half=True)
dmichalo
changed the title
[Bug]:
[Bug]: Models YOLOv8s and YOLOv9c started to crash on NPU with newest versions of OpenVINO and benchmark_app
Nov 19, 2024
OpenVINO Version
2024.4.0
Operating System
Other (Please specify in description)
Device used for inference
NPU
Framework
None
Model used
YOLOv8s, YOLOv9c
Issue description
OpenVINO's benchmark_app started to crash on models YOLOv8s, YOLOv9c running on NPU. These models work without any issues on CPU and GPU. There were working as well when was converted to IR format with older versions of OpenVINO.
At the moment I identified these 2 YOLO models, but it it possible that other are affected too. The problem is observed with OpenVINO versions 2024.4. and 2024.3. When version 2024.2 was used, benchmark_app does not throw any errors.
OS: Ubuntu 22.04.4 LTS
Step-by-step reproduction
Download and covert YOLO model:
from ultralytics import YOLO pt_model = YOLO("yolov8s.pt") pt_model.export(format='openvino', half=True)
Use model:
benchmark_app -t 10 -d NPU -inference_only=false -hint throughput -m yolov8s.xml
Relevant log output
Issue submission checklist
The text was updated successfully, but these errors were encountered: