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

Eliminate grid sensitivity #6842

Open Seis95 opened 3 years ago

Seis95 commented 3 years ago

I am currently writing my master thesis. In this thesis YOLOv4 tiny is also included. The paper about YOLOv4 says that the "Eliminate grid sensitivity" is used. I do not quite understand the mathematical explanation behind it. Can anyone give me a non-mathematical explanation of what happens there and why it is done?

Thanks a lot Dennis

haviduck commented 3 years ago

link to the papers in This thread https://github.com/AlexeyAB/darknet/issues/6145#issue-651376835

lsd1994 commented 3 years ago

Some discussions on #3293