Open weberwcwei opened 1 month ago
Can you provide details about the platform you are using, which HW you are running on? Which operating system do you use? Which version of OpenVINO do you use?
When using the current version of the notebook "http://localhost:8888/lab/tree/yolov8-optimization/yolov8-object-detection.ipynb" then I still see the problem of failing compilation with like [...] from unsupported opset: opset14
, as mentioned in other issues, for which workarounds exist (see e.g. "https://github.com/openvinotoolkit/openvino_notebooks/issues/2167#issuecomment-2269827840").
Hi @brmarkus ,
Here are the platform details:
Follow your mention, I tried changing the maxpool operation from opset14 to opset8 in xml, and the model compiled successfully.
I also find a similar open issue in here (https://github.com/openvinotoolkit/openvino/issues/26510).
I think the dev-team is still working on this, please expect follow-up questions from them, like asking you to try a newer version or patches.
Describe the bug When attempting to compile the YOLOv8 model using the NPU, a RuntimeError occurs.
Sample code
Installation instructions (Please mark the checkbox) [X] I followed the installation guide at https://github.com/openvinotoolkit/openvino_notebooks#-installation-guide to install the notebooks.
Additional context NPU driver version: 32.0.100.2714