ultralytics / xview-yolov3

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

Weights is unable to download #23

Closed kumar045 closed 3 years ago

kumar045 commented 3 years ago

Before submitting a bug report, please ensure that you are using the latest versions of:

Your issue must be reproducible on a public dataset (i.e COCO) using the latest version of the repository, and you must supply code to reproduce, or we can not help you.

If this is a custom training question we suggest you include your train*.jpg, test*.jpg and results.png figures.

🐛 Bug

A clear and concise description of what the bug is.

To Reproduce

REQUIRED: Code to reproduce your issue below

python train.py ...

Expected behavior

A clear and concise description of what you expected to happen.

Environment

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

github-actions[bot] commented 3 years ago

Hello @kumar045, 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 model or data training question, please note that Ultralytics does not provide free personal support. As a leader in vision ML and AI, we do offer professional consulting, from simple expert advice up to delivery of fully customized, end-to-end production solutions for our clients, such as:

For more information please visit https://www.ultralytics.com.

kumar045 commented 3 years ago

wget https://storage.googleapis.com/ultralytics/xview_best_lite.pt wget https://storage.googleapis.com/ultralytics/xview_fresh9_5_e201.pt link is not working

glenn-jocher commented 3 years ago

@kumar045 hi, thanks for the bug report! Yes, we recently removed these weights from our GCP bucket, and we are no longer maintaining this repository.

I would highly recommend using our new https://github.com/ultralytics/yolov5, featuring faster, lighter and more accurate object detection. YOLOv5 is recommended for all new projects, and is a good replacement for the YOLOv3 models used here.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove Stale label or comment or this will be closed in 5 days.

kevinrgu commented 5 months ago

@glenn-jocher Hi, would it be possible to download these weights? I lack the computational resources to train the model. Thanks for your time!