Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Incorrect result after NMS in SSD object detection #265

Open
matt-ny opened this issue Mar 12, 2019 · 0 comments
Open

Incorrect result after NMS in SSD object detection #265

matt-ny opened this issue Mar 12, 2019 · 0 comments

Comments

@matt-ny
Copy link

matt-ny commented Mar 12, 2019

This change https://github.com/intel/caffe/blame/7010334f159da247db3fe3a9d96a3116ca06b09a/src/caffe/util/bbox_util.cpp#L2266 using at instead of push_back is selectively over-writing some results, and leaving some low-scoring results within the top-k entries if there are not many strong detections in the image.

A fix is proposed in #261

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant