ultralytics / xview-yolov3

xView 2018 Object Detection Challenge: YOLOv3 Training and Inference.
https://docs.ultralytics.com
GNU Affero General Public License v3.0
256 stars 57 forks source link

download_weights.sh no longer functional #32

Closed cameron-a-johnson closed 2 years ago

cameron-a-johnson commented 2 years ago

🐛 Bug

download_weights.sh is no longer functional. It appears the files may have moved or been deleted.

To Reproduce

REQUIRED: Code to reproduce your issue below

./download_weights.sh

Expected behavior

--2022-02-28 17:13:57--  https://storage.googleapis.com/ultralytics/xview_best_lite.pt
Resolving storage.googleapis.com (storage.googleapis.com)... 142.250.73.208, 142.250.65.80, 142.250.188.208, ...
Connecting to storage.googleapis.com (storage.googleapis.com)|142.250.73.208|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-02-28 17:13:57 ERROR 404: Not Found.

Environment

If applicable, add screenshots to help explain your problem.

OS: Ubuntu

github-actions[bot] commented 2 years ago

Hello @cameron-a-johnson, thank you for your interest in our work! Ultralytics has publicly released YOLOv5 at https://github.com/ultralytics/yolov5, featuring faster, lighter and more accurate object detection. YOLOv5 is recommended for all new projects.

If this is a 🐛 Bug Report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

If this is a custom training ❓ Question, please provide as much information as possible, including dataset images, training logs, screenshots, and a public link to online W&B logging if available.

For business inquiries or professional support requests please visit https://ultralytics.com or email Glenn Jocher at glenn.jocher@ultralytics.com.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

glenn-jocher commented 11 months ago

@cameron-a-johnson hi there! Thanks for letting us know about this issue. We've recently reorganized our weights and models, and it looks like the download script hasn't been updated to reflect these changes.

To resolve this, you can use the python -m wget https://ultralytics.com/xview_best_lite.pt command to download the desired file. If you have any other questions or need further assistance, please feel free to ask. We appreciate your understanding and patience as we work to improve our resources.