Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slow NMS in Python #83

Open
macwilam opened this issue Jun 23, 2020 · 0 comments
Open

Slow NMS in Python #83

macwilam opened this issue Jun 23, 2020 · 0 comments

Comments

@macwilam
Copy link

Hi in two python implementations you use your own NMS function (in centerface.py fiels) . This implementation seems to be fairly slow.

I think the implementation from faster rcnn mentioned here:
pytorch/vision#942 (comment)
is basically a drop in replacement for you implementation and is much faster. The speed difference is stronger the more boxes you find (and sometimes you algorithm fins a lot of them).

Kind regards

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

No branches or pull requests

1 participant