AlexeyAB / darknet

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

mAP VERY unstable (4%-92%) #7942

Closed cpsu00 closed 3 years ago

cpsu00 commented 3 years ago

I got this weird mAP while training yolov4-tiny-3l on my custom dataset. I thought it was cause by augmentations but reducing them still got unstable results. This also happens when I train yolov4 and yolov4-csp. Any help will be wonderful! Thank you!

98

My config cfg.txt

lsd1994 commented 3 years ago

How many images do you have in your dataset?

abhigoku10 commented 2 years ago

@cpsu00 @WongKinYiu @lsd1994 i am also facing the same issue when training the yolov4 from scratch on COCO dataset ? Please share your thougths