yolov5-openvino-cpp-python icon indicating copy to clipboard operation
yolov5-openvino-cpp-python copied to clipboard

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

Open moxuec opened this issue 1 year ago • 0 comments

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)

moxuec avatar Sep 09 '23 04:09 moxuec