Skip to content

binarybottle/face_features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

face_features (python, using opencv and clandmark)

Extract 68 landmarks from a facial image.

Replace PATH_TO_FOLDER_WITH_CODE_AND_IMAGE_FOLDERS and IMAGE_FOLDER with appropriate folder path and name below:

docker run -v PATH_TO_FOLDER_WITH_CODE_AND_IMAGE_FOLDERS:/root/demo/opendock -e DISPLAY=$DISPLAY:0 -p 5000:5000 -it spmallick/opencv-docker:opencv /bin/bash

workon OpenCV-master-py3

ipython

import cv2

cv2.version

exit()

cd /root/demo/opendock

source activate OpenCV-master-py3

cd PATH_TO_FOLDER_WITH_CODE_AND_IMAGE_FOLDERS

python ./face_features/extract_features.py /root/demo/opendock/IMAGE_FOLDER

About

Extract 68 landmarks from a facial image (python, using opencv and clandmark).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages