Skip to content

基于YOLOv5 + PyQt 的人体识别追踪软件,可对图片、视频及摄像头画面中的人体进行检测追踪,显示检测置信度,具备多种媒体源接入功能。

License

Notifications You must be signed in to change notification settings

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 + PyQt 的人体识别追踪软件,可对图片、视频及摄像头画面中的人体进行检测追踪,显示检测置信度,具备多种媒体源接入功能。

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published