simple-faster-rcnn-pytorch
simple-faster-rcnn-pytorch copied to clipboard
how to change the threshold?
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?
I think it's the value self.score_thresh inside faster_rcnn.py