Skip to content

crazy-zxx/PersonTrack

Repository files navigation

软件界面

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.

About

基于YOLOv5的人体识别追踪(Qt GUI)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published