hitfeelee / Yolo3D

perform 3D object detection base on Yolov5 and 3DDeepbox
MIT License
31 stars 6 forks source link

where is weights file #1

Open phes10529 opened 3 years ago

phes10529 commented 3 years ago

training python train.py --data ./datasets/configs/kitti.yaml --cfg models/configs/yolo3d_5m.yaml --weights ./weights/yolov5m.pt --batch-size 64 --epochs 2000 --is-rect --is-mosaic --multi-scale --resume detect python detect.py --weights ./weights/model3d_5m_best_transconv_11_25.pt --device cpu --is-rect training and detect has used weights/yolov5m.pt weights/model3d_5m_best_transconv_11_25.pt but I did not foun weights file

hitfeelee commented 3 years ago

yon can download yolov5m.pt on https://github.com/ultralytics/yolov5, and I have provided the weight model3d_5m_best_transconv_11_25.pt download link in README

ijazakhter commented 1 year ago

@hitfeelee it looks that the path for the pretrained weights on baidu is no longer valid. Can you please provide the updated path?