AlexeyAB / darknet

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

What is types of image data is good for training? #2165

Open banguyen22 opened 5 years ago

banguyen22 commented 5 years ago

I have a lot of images data for training (~200.000 images that are contain buses), I cannot marking bounded boxes of buses for all of them, so I divided my image data into 4 types (types A,B,C,D below). What is types of image data is good for training?

typeA:

typeB:

typeC:

typeD:

pls excute my poor english.

Thank you!

AlexeyAB commented 5 years ago

What images you want to use for detection, the same you should use for training.

So I think you want to detect buses on images C & D, so you should train by using images from C & D.