AlexeyAB / darknet

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

the difference between yolo_v3_tiny_pan and yolo_v3_tiny_pan_mixup #3486

Open tuteming opened 5 years ago

tuteming commented 5 years ago

I compare the yolo_v3_tiny_pan and yolo_v3_tiny_pan_mixup, this two nets are the same, only in line 17 add mixup=1(yolo_v3_tiny_pan_mixup). the mAP increase 2.7%. can you tell me what is mixup? or give me a ref. Thanks.

AlexeyAB commented 5 years ago

only in line 17 add mixup=1(yolo_v3_tiny_pan_mixup). the mAP increase 2.7%.

What dataset did you use and how many iterations did you train?

More about Mixup: https://github.com/AlexeyAB/darknet/issues/3272 You can read about any new features there: https://github.com/AlexeyAB/darknet/projects/1