Closed HuangQinJian closed 3 years ago
Because you use Soft-NMS instead of NMS.
I also try nms ,it still did not work. the output box score still have lower than 0.3 and the overlap is so big
Any progress? @HuangQinJian
I also found there are some post processing at show_result
function.
So that there will be a little difference about the results you get from inference_detector
and show_result
Have you solved this problem? I have met the same problem. Any ideas for NMS?
When I predict the image,I set the config
score_thr=0.3, nms=dict(type='soft_nms', iou_thr=0.7),
:predict:
the output box score still have lower than 0.3 and the overlap is so big,why?