PINTO0309 / OpenVINO-YoloV3

YoloV3/tiny-YoloV3+RaspberryPi3/Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO
https://qiita.com/PINTO
Apache License 2.0
538 stars 165 forks source link

Tiny yolov2 #16

Open sayanmutd opened 5 years ago

sayanmutd commented 5 years ago

How can i edit this code to add tiny yolov2 support?

PINTO0309 commented 5 years ago

YoloV2 has very different preprocessing and postprocessing logic. Please refer to the link below and replace C++ program with Python. And add an implementation of OpenVINO. It is not so difficult. https://github.com/PINTO0309/TinyYolo

If I have time, I will try to implement OpenVINO + YoloV2.