You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
My inference is test on Raspbian 9 with OpenVINO 2019.1.144 and Rasbian 10 with OpenVINO 2020.1.023
Modify m_input_size to 224 and model_xml to tiny_yolov3_224.xml
$ python3 openvino_tiny-yolov3_224_test.py -d MYRIAD
Both has the same bad result which the rectangle is always at the center of object on all labels https://i.imgur.com/QbRSqcs.png
Should I change something when I change the inference size from 416 to 224?