SamSamhuns / yolov5_export_cpu

Exporting YOLOv5 for CPU inference with ONNX and OpenVINO
MIT License
35 stars 9 forks source link

OpenVINO export error with #2

Closed JarupongOfficial closed 3 years ago

JarupongOfficial commented 3 years ago

I have followed your example on Google Colab and it turn out the error in below picture. image

Could you have a look at this?

JarupongOfficial commented 3 years ago

I found out that this error happen because of opset version(change to version 11 and it's worked).