/FWHR_Calculator

Primary LanguagePythonMIT LicenseMIT

This repo is clone of Calculate fWHR

Credit to the author TiesdeKok

Facial width to height ratio (fWHR) calculator

This page contains the code to automatically calculate the fWHR using Python and the face_recognition package which is available here: https://github.com/ageitgey/face_recognition

Requirements

  1. Python 3 (not tested on Python 2.7)
  2. The face_recognition package

Thanks

  • All the heavy-lifting is done by the face_recognition package, make sure to check it out!