Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 575 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 575 Bytes

YOLOv3:You Only Look Once目标检测模型在安全帽识别中的应用

所需环境

torch == 1.2.0

文件下载

训练所需的yolove3_final.pth可以在百度云下载。
链接: https://pan.baidu.com/s/1Vv37wGVXCUN9MVV9OVns8Q
提取码: hkit
在Windows允许的程序可以在百度云下载
链接: https://pan.baidu.com/s/1hQ1rZ-GNwtvWU9odtORtyw
提取码: nftw 失效请联系QQ:599316783

Reference

https://github.com/qqwweee/keras-yolo3
https://github.com/eriklindernoren/PyTorch-YOLOv3
https://github.com/BobLiu20/YOLOv3_PyTorch