-
-
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
Can't load yolov3-tiny.conv.15 weights? #124
Comments
This file is available in our Google Drive weights folder displayed in the README. |
This link no longer works. |
@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. |
Can I get a link to the Ultralytics Google Drive? I'm having the same issue |
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. |
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)
The text was updated successfully, but these errors were encountered: