[Detector Support]: OpenVINO / yolov8 / yolov9 / Opset error #10893
Unanswered
jsapede
asked this question in
Detector Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
been playing around with openvino and detector models, especially yolov8 and now yolov9, and for newer models i got opset errors in frigate execution.
Building yolov8 model from this :
https://colab.research.google.com/drive/1G05mESOhDdM1HpinKMJZWpI_jxNq_qIO?usp=sharing#scrollTo=ts7CSx7uTNff
works, flawlessly.
however, trying to implement :
https://github.com/harakas/models/releases
or build from here :
https://github.com/openvinotoolkit/openvino_notebooks/tree/latest/notebooks/yolov8-optimization
got the following error :
Cannot create Interpolate layer /model.10/Resize id:607 from unsupported opset: opset11
Tried this morning to switch to new yolov9 suing this :
https://github.com/openvinotoolkit/openvino_notebooks/tree/latest/notebooks/yolov9-optimization
and another time got this opset11 error, as well as yolov9 is not an option for "model_type:"
Yolov9 model is NCHW and BGR and 640x640
Version
0.13.2-6476F8A
Frigate config file
docker-compose file or Docker CLI command
Relevant log output
Operating system
Proxmox
Install method
Docker Compose
Coral version
CPU (no coral)
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions