simple-faster-rcnn-pytorch icon indicating copy to clipboard operation
simple-faster-rcnn-pytorch copied to clipboard

how to change the threshold?

Open isalirezag opened this issue 7 years ago • 1 comments
trafficstars

in the demo it says: # it failed to find the dog, but if you set threshold from 0.7 to 0.6, you'll find it How can we change the threshold? where should we do that?

isalirezag avatar Jun 14 '18 17:06 isalirezag

I think it's the value self.score_thresh inside faster_rcnn.py

SYLin117 avatar Aug 03 '21 16:08 SYLin117