-
Notifications
You must be signed in to change notification settings - Fork 1
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
PyTorch_YOLOv4 - multiple best weights for testing. Which one to use? #50
Comments
|
i think the simple best.pt file should be used since the other yolo version should use the same. But I will check if all yolo version use the same function to calculate the "best fitness". |
|
Closed
We don't implement YOLOv4 any longer. But this remains generally valid. @stark-t , feel free to close this issue if you think it should be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @stark-t ,
When setting a job run using detect.py on the test dataset I remembered again that for YOLOv4 we have multiple best weights options. There are "best" options for several epochs and then these options:
For now, I decided to use
best_overall.pt
in detect.py, but without checking what this imply actually. Yolov7 & v5 have a best.pt , but not _ap, _ap50, _f, _p, _r, _overall options.Here are all the files containing the "best*" keyword in a runs/train folded for yolov4r:
The text was updated successfully, but these errors were encountered: