-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Why the vis_thresh is 0.3? Should we change it according to own datasest? #793
Comments
Hi, I met a similiar problem. I trained a model with my own dataset, and found that the final score is low so that I have to set a small vis_thresh. |
That is common practice in deep learning? |
|
No, the only target is an model that can distinguish between classes. If the threshold is 0.2 is ok, you can use Softmax with Temperature to scale the threshold to a higher/lower value easily without affecting the final accuracy. |
https://stackoverflow.com/a/63471046/13335630 |
your examples is for the case T>1, T < 1 will increase the highest score and decrease the others as well |
In my dataset, the best vis_thresh may be 0.2.
Thx!
The text was updated successfully, but these errors were encountered: