fast-rcnn icon indicating copy to clipboard operation
fast-rcnn copied to clipboard

Tuning params to improve detection and reduce false positives

Open Parry26 opened this issue 8 years ago • 2 comments

I have trained a fast r-CNN on my own dataset and it is working quite well (about 80% accurate for the most probable bbox). I now want to tune it to improve performance. I have run it for 100k epochs.

Manually checking (printing the images, with the bbox overlaid) I can see that in some cases, very obvious/prominent target objects are ignored. In others, there are false detections (normally objects closely resembling the target).

I would be very grateful for advice on which params to tune (presumably in the config file)?

Also, tuning the NMS and CONF thresholds (currently both 0.8).

Thanks very much.

Parry26 avatar Nov 19 '16 11:11 Parry26

@Parry26 Have you got any improvement? Please let me know, I am looking for the same.

ranju2015 avatar May 03 '17 01:05 ranju2015

Did you Guys Resolved this issue @Parry26 @ranju2015 ?

fawadhussain703 avatar Sep 10 '18 14:09 fawadhussain703