david8862 / keras-YOLOv3-model-set

end-to-end YOLOv4/v3/v2 object detection pipeline, implemented on tf.keras with different technologies
MIT License
638 stars 220 forks source link

YoloV5/Fastest weights #182

Open alexanderwendt opened 3 years ago

alexanderwendt commented 3 years ago

The following links do not work.

Yolo-Fastest

wget -O weights/yolo-fastest.weights https://github.com/dog-qiuqiu/Yolo-Fastest/blob/master/Yolo-Fastest/yolo-fastest.weights?raw=true

wget -O weights/yolo-fastest-xl.weights https://github.com/dog-qiuqiu/Yolo-Fastest/blob/master/Yolo-Fastest/yolo-fastest-xl.weights?raw=true

Which weights can be used for Yolov5.

Thanks for the good work!

david8862 commented 3 years ago

@alexanderwendt updated Yolo-Fastest link. yolov5 is implement with PyTorch, so there's no official darknet weights for it.