-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
detection threshold not used !! #93
Comments
Yes, you should use FLAGS.threshold instead of meta['thresh'] which is 0.6. This threshold 0.6 is used for training. |
Where in the code, FLAGS.threshold is used ??? |
Yeah I think this is a bug, just replace |
@thtrieu Just wondering, was that a bug...or is this intentional? |
hello
In the flow.py there are many flags, and one of this flags is "threshold", it is fixed to 0.1, and my question is: why in the net/yolov2/test.py the threshold is fixed to 0.6 when we test our network ?
Thanks,
The text was updated successfully, but these errors were encountered: