/face-extractor

Extract face from image using face++

Primary LanguagePythonMIT LicenseMIT

Face Extractor

Usage:

  1. Dowonload face++ python sdk
  2. Install opencv with python support
  3. Copy files into facepp-python-sdk directory
  4. Execute pip install -r requirments.txt
  5. Run extract_face.py using:python extract_face.py path_to_img
  6. Output image is saved as img_name_face.png