-
Notifications
You must be signed in to change notification settings - Fork 443
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
Add NMS iou threshold configurable parameter #3287
Add NMS iou threshold configurable parameter #3287
Conversation
src/otx/algorithms/detection/configs/base/data/tiling/efficientnet_iseg_tile_pipeline.py
Outdated
Show resolved
Hide resolved
Are detectors so sensitive to IoU in NMS? We shouldn't apply any default value tricks, since it all is visible in the UI. If that's not possible (the detectors are too sensitive, we could think of changing the tiling threshold only) |
@jaegukhyun Based on the experiment: https://intel-my.sharepoint.com/:x:/p/eugene_liu/EWr2Xk17brBDgqZO62qlgSIBNNugJIalJZTWQJYqmaNiVg?e=SgQqpe Let's change the default NMS IoU threshold to 0.5, what do you think? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only some minor comments
src/otx/algorithms/detection/configs/detection/configuration.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Jaeguk!
Summary
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.