- P R O X I M A G E
Just run capture-detect.py to extract all the faces detected with the camera with landmark extraction and extra padding.
** Notes
- This is not the whole system, only the face detection part. The rest is implemented in MAX.
- An earlier version of this project was presented in ESCALATRONICA 2015, Buenos Aires, as Imaginatu.
** Instalation
- Depends on:
- OpenCV 2.4
- Dlib 18.8
- Python packages: numpy and skimage
- Create a directory
entities/to store the data, or change this in thecapture-detect.pyscript - Create a
data/directory and put theshape_predictor_68_face_landmarks.datdata file from dlib there