-
-
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
Checkpoint from PyTorch-trained model? #24
Comments
@nirbenz these are the official yolov3 weights trained with darknet. Pytorch training is still under development with outstanding issues (see Issue #22).
|
Thanks for the quick answer. I might join the training effort real soon :) |
@nirbenz no problem. I forgot to mention, pytorch training can be done from scratch or starting from the official yolov3 weights by doing If your application is similar to coco then it should be faster to begin from the official weights, however we see quick drops in mAP when doing this, indicating a potential problem somewhere in the training code. This is where things remain stuck at at the moment unfortunately. |
Thank you for this awesome repository.
Due to some changes in the training scheme v.s. original darknet code, I wonder if the provided PyTorch weights are converted from the original .weights file - or rather, results of a fresh training session in PyTorch.
If it's the former, it would be wonderful of the results of PyTorch training could be provided as well!
Thanks!
The text was updated successfully, but these errors were encountered: