FaceMaskDetection
FaceMaskDetection copied to clipboard
开源人脸口罩检测模型和数据 Detect faces and determine whether people are wearing mask.
sample code for opencv dnn with caffe model it is not working.
face_mask、mask有什么区别 有三个标签face、mask、face_mask
i tried running it and got the following error. ``` ╰─$ py opencv_dnn_infer.py --img-path /home//Pictures/Webcam/2021-11-12-101657.jpg Traceback (most recent call last): File "opencv_dnn_infer.py", line 117, in run_on_video(Net, video_path, conf_thresh=0.5) File "opencv_dnn_infer.py",...
Addresses #100
hello, you can check this datasets : [dataset](https://drive.google.com/drive/mobile/folders/1T6N4qd4ep2YgxXdpCrkngOe_o1NszHH_?usp=sharing) hope you can extract the model support street view
Hi, I found a wrong annotation in FaceMaskDataet/val/test_00000306.xml. where face_mask is noted as face_nask, it's just a small typo. 您好 我在您提供的百度云数据集测试集的test_00000306.xml中发现了一处标注错误,目标种类被误标为‘face_nask’
Hi, thanks for sharing us your excellent work. There are some codes for running tensorflow, pytorch and ... model. Is there any code for running tfliet model? or can you...