Skip to content
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

Can't load yolov3-tiny.conv.15 weights? #124

Closed
cuixing158 opened this issue Mar 11, 2019 · 5 comments
Closed

Can't load yolov3-tiny.conv.15 weights? #124

cuixing158 opened this issue Mar 11, 2019 · 5 comments

Comments

@cuixing158
Copy link

cuixing158 commented Mar 11, 2019

when i try to train my dataset , use https://pjreddie.com/media/files/darknet53.conv.74 can get the weights,but can't download yolov3-tiny.conv.15, ie "https://pjreddie.com/media/files/yolov3-tiny.conv.15" file not exist? 404 Not Found!

"model.py",line 292
os.system('wget https://pjreddie.com/media/files/' + weights_file + ' -O ' + weights)

@glenn-jocher
Copy link
Member

This file is available in our Google Drive weights folder displayed in the README.
https://drive.google.com/drive/folders/1uxgUBemJVw9wZsdpboYbzUN4bcRhsuAI

@artificialnouveau
Copy link

This file is available in our Google Drive weights folder displayed in the README. https://drive.google.com/drive/folders/1uxgUBemJVw9wZsdpboYbzUN4bcRhsuAI

This link no longer works.

@glenn-jocher
Copy link
Member

@artificialnouveau apologies for the inconvenience. We've migrated our model weights to a new location. You can find the YOLOv3-tiny weights in the 'yolov3' folder in the 'weights' directory of our Ultralytics Google Drive. For more information on how to download and use these weights, please refer to the Ultralytics Docs at https://docs.ultralytics.com. Let us know if you encounter any issues.

@Some-Noob
Copy link

Can I get a link to the Ultralytics Google Drive? I'm having the same issue

@pderrenger
Copy link
Member

Please visit the Ultralytics YOLOv3 GitHub repository README for the updated link to the Google Drive where you can find the weights. If you have further questions, feel free to ask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants