基于YOLOV5的头盔佩戴识别数据系统源码。修改yaml配置文件 进入\yolov5-5.0\data\文件夹内,打开voc.yaml文件, 原voc.yaml文件 # PASCAL VOC dataset http://host.robots.ox.ac.uk/pascal/VOC/ # Train command: python train.py --data voc.yaml # Default dataset location is next to /yolov5: # /parent_folder # /VOC # /yolov5 # download command/URL (optional) download: bash data/scripts/get_voc.sh # train and val data as 1) directory: path/images/, 2) file: path/images.txt, or 3) list: [path1/images/, path2/images/] train: ../VOC/ima