TexasInstruments / edgeai-yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite. Forked from https://ultralytics.com/yolov5
https://github.com/TexasInstruments/edgeai
GNU General Public License v3.0
640 stars 121 forks source link

can't get best.pt through utl what you give #14

Closed super-AGU closed 2 years ago

super-AGU commented 2 years ago

Inaccessible: http://software-dl.ti.com/jacinto7/esd/modelzoo/gplv3/latest/edgeai-yolov5/pretrained_models/models/yolov5s6_640_ti_lite/weights/best.pt

thinks very much.

dongxiaolong commented 2 years ago

you can download by wget. example: wget http://software-dl.ti.com/jacinto7/esd/modelzoo/gplv3/latest/edgeai-yolov5/pretrained_models/models/yolov5s6_640_ti_lite/weights/best.pt

coordxyz commented 2 years ago

I can't download the pretrained models either.

dongxiaolong commented 2 years ago

I can't download the pretrained models either.

I still can download model through wget. Firstly you should copy the model link adress(right click, than you will see), than use wget. such like wget http://software-dl.ti.com/jacinto7/esd/modelzoo/gplv3/latest/edgeai-yolov5/pretrained_models/models/yolov5s6_640_ti_lite/weights/best.pt on your linux command.

debapriyamaji commented 2 years ago

Hi @coordxyz ,

Can you please try this link:

wget http://software-dl.ti.com/jacinto7/esd/modelzoo/gplv3/latest/edgeai-yolov5/pretrained_models/checkpoints/detection/coco/edgeai-yolov5/yolov5s6_640_ti_lite/weights/best.pt

Regards, Debapriya