/compare_faces

Compare faces using face_recognition and opencv.

Primary LanguagePython

Face compare

Dependencies

Usage

  • By default, run python compare_faces.py, this compares if img.jpg is equal to img2compare.jpg
  • If you want to compare your own faces, run python compare_faces.py [face_you_want_to_compare.extension] [known_face.extension]