How to change NMS from each class for all class together #7341
Answered
by
forever208
forever208
asked this question in
Q&A
-
Hi @AlexeyAB, Could you please tell me which piece of code should be modified to change the NMS process? My intention: do NMS for each category --> do NMS for all predicted bounding boxes in an image, regardless of their category in mAP calculation. This is a part of my experiment and it is too urgent. But I am not familiar with C so I have to ask for help. Very sorry about the inconvenience and any help would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
forever208
Feb 9, 2021
Replies: 1 comment
-
I have already fixed it by changing the code in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
forever208
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have already fixed it by changing the code in
src/box.c
, diounms_sort(), the code is roughly in line 920