Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Models YOLOv8s and YOLOv9c started to crash on NPU with newest versions of OpenVINO and benchmark_app #27613

Open
3 tasks done
dmichalo opened this issue Nov 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working category: NPU OpenVINO NPU plugin support_request

Comments

@dmichalo
Copy link

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

yolov8s
yolov9c

Step-by-step reproduction

  1. Download and covert YOLO model:
    from ultralytics import YOLO pt_model = YOLO("yolov8s.pt") pt_model.export(format='openvino', half=True)

  2. Use model:
    benchmark_app -t 10 -d NPU -inference_only=false -hint throughput -m yolov8s.xml

Relevant log output

Screenshots attached.

Issue submission checklist

  • I'm reporting an issue. It's not a question.
  • I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found a solution.
  • There is reproducer code and related data files such as images, videos, models, etc.
@dmichalo dmichalo added bug Something isn't working support_request labels Nov 19, 2024
@dmichalo 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
@rkazants rkazants added the category: NPU OpenVINO NPU plugin label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working category: NPU OpenVINO NPU plugin support_request
Projects
None yet
Development

No branches or pull requests

4 participants