Skip to content

paul-mesnilgrente/face-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-utils

I. Installation

I.1 Python

pyenv virtualenv face-utils
pip install -U pip
pip install numpy
pip install opencv-python
pip install dlib

I.2 C++

Prerequisites:

  • OpenCV
  • DLib
mkdir build && cd build
cmake ..
make

I.3 Download the models

mkdir models && cd models
github=https://raw.githubusercontent.com
wget ${github}/opencv/opencv_3rdparty/dnn_samples_face_detector_20180205_fp16/res10_300x300_ssd_iter_140000_fp16.caffemodel
wget ${github}/opencv/opencv/master/samples/dnn/face_detector/deploy.prototxt
wget https://github.com/AKSHAYUBHAT/TensorFace/raw/master/openface/models/dlib/shape_predictor_68_face_landmarks.dat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published