This repo is clone of Calculate fWHR
Credit to the author TiesdeKok
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
- Python 3 (not tested on Python 2.7)
- The
face_recognition
package
- All the heavy-lifting is done by the face_recognition package, make sure to check it out!