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

Usage of NMS #19

Closed
gudovskiy opened this issue Jul 9, 2018 · 2 comments
Closed

Usage of NMS #19

gudovskiy opened this issue Jul 9, 2018 · 2 comments

Comments

@gudovskiy
Copy link

Hi, thanks for your work! I have a question about greedy-NMS usage: do you completely replace NMS with your duplicate removal network or add it complementary to greedy-NMS? From Table 1 it seems that greedy-NMS is still a part of pipeline...

@chengdazhi
Copy link
Member

No, we don't use greedy-NMS when we use learn nms module. Please refer to the code for details, specifically relation_rcnn/core/tester.py, that's where greedy nms is executed when we don't use learn nms.

@gudovskiy
Copy link
Author

@chengdazhi thank you!

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

2 participants