dacquaviva / yolov5-openvino-cpp-python

Example of using ultralytics YOLOv5 with Openvino in C++ and Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why does something go wrong when using my own model, but normal when using the author's model

moxuec opened this issue · comments

commented

Why does something go wrong when using my model, but normal when using the author's model
My YOLOv5 model is already trained and exported to openvino.

terminate called after throwing an instance of 'ov::Exception'
what(): Cannot create Interpolate layer /model.11/Resize id:187 from unsupported opset: opset11
Aborted (core dumped)