detect any particular face
#instruction to use:
- first open 2nd step folder
- next in the images folder add a folder of person you need to identify .also add few images of that person
- move back and run faces-train.py
- finally run faces_ref.py to detect the faces
##work is still in progress to complete the faces_detect.py
the person can now be detected along with previous persons which were already added by their id(displayed at the time of executing the faces_train.py)
you may have to run this before running the code:(to use the recognizer)
pip install opencv-contrib-python