AlexeyAB / darknet

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

YOLOv7 minimum in training loss #8896

Open cschnu opened 2 months ago

cschnu commented 2 months ago

Dear all,

training yolov4 with my own dataset shows final mAP values around 75% and an almost monotonic loss decay. I am very happy with the results. However, I wanted to check if I can get even better results with yolov7. Using the same dataset, I see a minimum in the training loss at around 600 iterations, and then the loss settles at a higher value. Nevertheless, the mAP values are very good and approach 77%.

yolov4 vs. yolov7

Some additional information:

Does anyone have a clue why the training loss curves of yolov4 and yolov7 look so differently? The minimum in the loss curve really bothers me.

Thanks for your help!