mask detection:此Python脚本用于检测给定图像中的人是否戴着口罩。 使用Darknet训练了自定义数据集 源码
遮罩检测 该Python脚本用于检测给定图像中的人是否戴着口罩。 使用Darknet训练了自定义数据集。 实时检测的用法: python yolo-live-cv2.py --yolo yolo 从图像检测的用法: python custom_detector.py --image“ / path / to / image” --config“ /cfg/yolov3-custom.cfg” --weights“ weights / yolov3-custom_final.weights” --names“ class_names / voc.names” 杂项文件 data_augmen
用户评论