Skip to content

Latest commit

 

History

History
78 lines (73 loc) · 3.34 KB

README.md

File metadata and controls

78 lines (73 loc) · 3.34 KB

软件界面

image

环境依赖

pip install -r requirements.txt

数据集

http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtrainval_06-Nov-2007.tar
http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtest_06-Nov-2007.tar

数据集处理脚本

datasetProcess/voc2yolov5.py

使用数据集训练模型

python train.py --img 640 --batch 16 --epochs 100 --data VOC2007.yaml --weights yolov5s.pt

关于YOLOv5


CI CPU testing YOLOv5 Citation Docker Pulls
Open In Colab Open In Kaggle Join Forum


YOLOv5 🚀 is a family of object detection architectures and models pretrained on the COCO dataset, and represents Ultralytics open-source research into future vision AI methods, incorporating lessons learned and best practices evolved over thousands of hours of research and development.