-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
about the precision #295
Comments
If you increase the iou threshold hyperparameter in train.py this will increase precision and lower recall. |
THX! |
I added cls in train.py and found that precsion increased by 10%. |
75.6% to 85.2% for precision |
@Hello526 ah, this is a huge jump in precision. What change did you make exactly? |
Which Threshold parameter did you change in train.py? iou_t? |
@glenn-jocher I have been using a fixed parameter set before, and later set evolve=True, precision has improved a lot. |
@Hello526 well that's good news. Yes you can use
|
Hello, I used my own dataset to train and found that the precison is always low, about 60%, and recall is about 96%. I don't know which parameter is related to this?
The text was updated successfully, but these errors were encountered: