Skip to content

SAHI Postprocessing methods #1086

Answered by fcakyon
patrontheo asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @patrontheo, if you aim for academic map score based bencmarks, NMS works best. In practical use cases NMS creates lots of duplicate and false positives so non-maximum-merging (NMM) works better. NMM is similar to NMS but instead of removing matched boxes, it merges them.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fcakyon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants