Skip to content

This project is all about an occlusion based face detecton model which could detect faces visible by about 60 to 70% in the live video footage.

License

Notifications You must be signed in to change notification settings

shobhitsrivastava-ds/Occlusion-based-face-detection

Repository files navigation

Occlusion-based-face-detection

To run the face detection model use the following steps.(First of all we gonna be discussing about generating our own face encoding and then move to use already available encoding file.)

1. Store the Images on which you want to apply face detection in data folder

2. For generating the encoding use the gen_encod.py file using the following commands:

                      $ python gen_encode.py

3. Now tuning some required parameters in the face_vid .py file run it on the generated encoding.

                      $ python face_vid.py

4.You are good to go..

About

This project is all about an occlusion based face detecton model which could detect faces visible by about 60 to 70% in the live video footage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages