face_recognition_occlusion-master_2

所属分类:模式识别(视觉/语音等)
开发工具:matlab
文件大小:34727KB
下载次数:5
上传日期:2020-10-21 09:02:17
上 传 者Misaka666
说明:  该面部识别实现能够识别具有一定遮挡水平的面部,其中包括戴着口罩的面部。您也可以通过在images文件夹中添加照片来手动添加新用户。
(This face recognition implementation is capable of recognizing faces with a certain level of occlusion, this includes faces wearing masks. You can also add new users manually by adding a photo in the images folder.)

文件列表:
LICENSE (1082, 2020-08-14)
__pycache__ (0, 2020-08-14)
__pycache__\config.cpython-37.pyc (177, 2020-08-14)
__pycache__\f_face_detector_occlusion.cpython-37.pyc (1291, 2020-08-14)
__pycache__\f_face_recognition.cpython-37.pyc (2165, 2020-08-14)
__pycache__\f_main.cpython-37.pyc (2546, 2020-08-14)
__pycache__\f_storage.cpython-37.pyc (1619, 2020-08-14)
config.py (176, 2020-08-14)
example_webcam.py (1390, 2020-08-14)
f_face_detector_occlusion.py (2060, 2020-08-14)
f_face_recognition.py (2038, 2020-08-14)
f_main.py (3294, 2020-08-14)
f_storage.py (1882, 2020-08-14)
face_detector (0, 2020-08-14)
face_detector\deploy.prototxt (28092, 2020-08-14)
face_detector\weights.caffemodel (10666211, 2020-08-14)
images (0, 2020-08-14)
images\.jpg (39188, 2020-08-14)
images\Frenkie.jpg (23857, 2020-08-14)
images\Griezman.jpg (75197, 2020-08-14)
images\desconocido1.jpeg (4354, 2020-08-14)
images\desconocido2.jpeg (7092, 2020-08-14)
images\desconocido3.jpeg (6115, 2020-08-14)
images\desconocido4.jpeg (4688, 2020-08-14)
images\desconocido5.jpeg (4788, 2020-08-14)
images\desconocido6.jpeg (6570, 2020-08-14)
images\desconocido7.jpeg (3670, 2020-08-14)
images\guido.jpg (15556, 2020-08-14)
images\juan.jpg (97200, 2020-08-14)
images\juan_mask.jpg (147006, 2020-08-14)
images\miguel.jpg (143716, 2020-08-14)
images\miguel_mask.jpg (146540, 2020-08-14)
main.py (1544, 2020-08-14)
results (0, 2020-08-14)
results\result.gif (24718929, 2020-08-14)
results\test.jpg (99302, 2020-08-14)
test_image.jpeg (139040, 2020-08-14)

# face recognition This face recognition implementation is capable of recognizing faces with a certain level of occlusion, this includes faces wearing masks. You can also add new users manually by adding a photo in the images folder. # How to run:
python main.py --input webcam
![alt text](https://github.com/juan-csv/face_recognition_occlusion/blob/master/results/result.gif) if you don't want to run it with the webcam use
python main.py --input image --path_im test_image.jpeg
![alt text](https://github.com/juan-csv/face_recognition_occlusion/blob/master/results/test.jpg) # Add new faces to the database (facial recognition) You can add new users to the faces database simply by adding the person's photo in format .jpg in the **images** folder, for the registry to work correctly, only the person of interest should appear in the photo. # References - **Face recognition:** https://github.com/ageitgey/face_recognition

近期下载者

相关文件


收藏者