AlexeyAB / darknet

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

Detect small and simple object #3878

Open trancong12102 opened 5 years ago

trancong12102 commented 5 years ago

Can yolov3 detect small and simple objects out-of-the-box? And how should I modify the yolov3 config to facilitate in this case? Thank you!

AlexeyAB commented 5 years ago

You should train the model https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov3-spp.cfg as described here: https://github.com/AlexeyAB/darknet#how-to-train-to-detect-your-custom-objects

trancong12102 commented 5 years ago

Thanks a lot! I will try yolov3-spp