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

After changing the input image size from 640*640 to 320*320, it crashes at the infer() function. What could be the reason and how can I fix it?

dabensongbing opened this issue · comments

After changing the input image size from 640640 to 320320, it crashes at the infer() function. What could be the reason and how can I fix it?