AlexeyAB / darknet

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

what's that, GREEDY_NMS #4943

Open EtheneXiang opened 4 years ago

EtheneXiang commented 4 years ago

what's the difference between DEFAULT_NMS and GREEDY_NMS.

i never heard GREEDY_NMS. i search GREEDY_NMS in this git's issues, but doesn't work, less information about it and nothing useful.

could you show me some papers about it. thanks

AlexeyAB commented 4 years ago
EtheneXiang commented 4 years ago

image according to your code, it‘'s same as DEFAULT_NMS when IOU > threash, set score=0, it's diifrent form DIOU-NMS

hujunchao commented 4 years ago

In box.c, GREEDY_NMS is the same as DEFAULT_NMS.