AlexeyAB / darknet

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

Do fewer classes affect the speed of Yolov2-voc? #2747

Open fiorano10 opened 5 years ago

fiorano10 commented 5 years ago

I'm trying to train yolo-voc-2.0 on just 2 classes, would that make the detection faster? Or if I were to train yolo-tiny-voc-2.0 on 2 classes would it be as accurate as Yolov2?

AlexeyAB commented 5 years ago

No, it willn't faster. It can be more accurate, if you use the same number of images. But I don't know will tiny-model have the same accuracy that not-tiny model.