AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.68k stars 7.96k forks source link

tiny-yolo v3? #563

Open akinohana opened 6 years ago

akinohana commented 6 years ago

just wondering if it even exist?

I tested YOLO v3 on 320x320 it's good but I still need 2~4x more faster speed, what should I do? is there some simple modify I can do to make a tiny-tolo v3?

AlexeyAB commented 6 years ago

Try to do this: https://github.com/AlexeyAB/darknet/issues/552#issuecomment-378014985

akinohana commented 6 years ago

Thanks for your answer! I will try it