R2CNN-Plus-Plus_Tensorflow icon indicating copy to clipboard operation
R2CNN-Plus-Plus_Tensorflow copied to clipboard

Detection Boxes Overlapped Issue

Open deimsdeutsch opened this issue 4 years ago • 6 comments

I am using the default configuration file and getting multiple detections on the same object. NMS is not working properly. Can you tell me why ?

deimsdeutsch avatar Sep 26 '19 11:09 deimsdeutsch

I met the same problem. Looking forward to a solution

Bennett-Yang avatar Oct 21 '19 06:10 Bennett-Yang

@deimsdeutsch try to increase the SHOW_SCORE_THRSHOLD value in your cfgs.py

0xAeternum avatar Nov 25 '19 14:11 0xAeternum

@0xAeternum There is an inherent problem in design as it is being resized on different resolutions and then using nms to fix things.

deimsdeutsch avatar Nov 26 '19 20:11 deimsdeutsch

@deimsdeutsch What is your SHOW_SCORE_THRSHOLD value in the config file?

lamhoangtung avatar Jan 03 '20 03:01 lamhoangtung

Does anyone have a solution for this ?? Maybe run another NMS on top of the output result ?

lamhoangtung avatar Jan 03 '20 08:01 lamhoangtung

同样的问题

xxx0320 avatar Jan 25 '21 08:01 xxx0320