/face-recog-tf2

Primary LanguagePythonMIT LicenseMIT

Face recognition

This is a quick guide of how to get set up and running a robust real-time facial recognition system using the Pretraiend Facenet Model and YOLO.

  1. Get the YOLO config from this GitHub and place it inside the detection folder
  2. Make a directory of your name inside the people folder and upload your some pictures of you.
  3. Run prepare_images.py
  4. Run train.py.
  5. Then run detect.py for realtime face recognition.

Credits