YAD2K icon indicating copy to clipboard operation
YAD2K copied to clipboard

problem about NMS algroithm

Open xiaohu2015 opened this issue 6 years ago • 1 comments

I think we shpuld do NMS on the boxes for each class. But using tf.image.non_max_suppression means you treat all classes equally. It may be bad.

xiaohu2015 avatar Jan 01 '18 05:01 xiaohu2015

I think it's a trade-off. Plus side: different objects overlapping or 'entangled' can be let through. Minus side: false positives for weaker classes on the same object (like in YOLO3 article addendum, in the discussion about COCO AP metric).

tgandor avatar Aug 07 '19 15:08 tgandor