quantombone / exemplarsvm

Ensemble of Exemplar-SVMs for Object Detection and Beyond
http://www.cs.cmu.edu/~tmalisie/projects/iccv11/index.html
MIT License
430 stars 155 forks source link

need to up the NMS since many fp are just dupes #29

Closed quantombone closed 13 years ago

quantombone commented 13 years ago

kill the dupes and gain AP

quantombone commented 13 years ago

When looking at the final detections, it seems that in the really easy object categories that the top MISTAKES are actually redundant framings of an already accounted for CORRECT detection. This means that NMS was not aggressive enough -- the second detection should be killed.

quantombone commented 13 years ago

fixed with NMS_OS=.3