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

Modification to cfg to find many small objects #6274

Open stephanecharette opened 4 years ago

stephanecharette commented 4 years ago

There are instructions in the readme about modifications to make for small objects:

for training for small objects (smaller than 16x16 after the image is resized to 416x416)

But these instructions are for the full-sized YOLOv4 cfg file. Are there equivalent recommendations when looking for small objects with yolov4-tiny.cfg?

In my case, the images are 800x800, it needs to run on a Jetson Nano IoT, and the objects I need to detect are quite small. Here is an example crop of a 400x400 section that I have begun marking up for training:

image

lzcchl commented 4 years ago

hello, I see that your Jetson Nano can process yolov4-tiny-3l in realtime, that faster than me, what tricks you use? (1)nvdec? (2)tensorRT? (3)thread?or what for (4)(5)...?

bulatnv commented 3 years ago

Hello @stephanecharette, I see that you are trying to detect small objects. Have you tried this network #4213?