ultralytics / yolov3

YOLOv3 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
10.16k stars 3.44k forks source link

pretrained weights are not found! #2270

Open mrdavoodi opened 3 weeks ago

mrdavoodi commented 3 weeks ago

I want pretrained weights for yolov3. I tried to download from the link in the repo: https://drive.google.com/open?id=1LezFG5g3BCW6iYaV89B2i64cqEUZD7e0 but I got 404 not found.

mrdavoodi commented 3 weeks ago

I found it from https://www.kaggle.com/datasets/sovitrath/yolov3-weights/data Is it original?

glenn-jocher commented 3 weeks ago

@mrdavoodi the original pretrained weights for YOLOv3 can be found on the official YOLO website: https://pjreddie.com/darknet/yolo/. It's recommended to use these to ensure authenticity and compatibility.