Mjrovai / OpenCV-Face-Recognition

Real-time face recognition project with OpenCV and Python
1.18k stars 1.02k forks source link

Updated readme and made some changes in the code #3

Open BAJUKA opened 6 years ago

BAJUKA commented 6 years ago

These are the changes that I have made:

  1. Updated readme and added the dependencies and how to use the code.
  2. Added code which would automate the creation of dataset and trainer directories.
  3. In the FaceDetection folder I flipped the images(as they were initially flipped) in all the four scripts before displaying them.