Skip to content

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

License

Notifications You must be signed in to change notification settings

juan-csv/face_recognition_occlusion

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages