文件名称:戴上口罩:戴上口罩的人与不戴口罩的人之间的区别
文件大小:289KB
文件格式:ZIP
更新时间:2024-03-06 17:21:08
Python
免责声明(!!!): - The original code was taken from `https://github.com/shantnu/FaceDetect.git`, which helped me with the face detection stage - None of the xmls belongs to me - I've just took different sources from the internet, edited them a little to detect masks and then went off 依存关系: - python 3.x - OCV3 - Camera or images 使用过时的图像运行遮罩检测的示例: python face_detect.py <图像路径> 使用相机运行遮罩检测的示例
【文件预览】:
mask-on-master
----.gitignore(7B)
----face_detect_cv3.py(694B)
----xmls()
--------Mouth.xml(703KB)
--------haarcascade_eye.xml(333KB)
--------haarcascade_frontalface_default.xml(908KB)
--------frontalEyes35x16.xml(244KB)
----live.py(1KB)
----README.md(533B)
----face_detect.py(694B)