juan-csv / face_recognition_occlusion

Face recognition implementation is capable of recognizing faces with occlusion, this includes faces wearing masks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

if you don't want to run it with the webcam use

python main.py --input image --path_im test_image.jpeg

alt text

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

About

Face recognition implementation is capable of recognizing faces with occlusion, this includes faces wearing masks.

License:MIT License


Languages

Language:Python 100.0%