Skip to content

Face Alignment with a Cascade of Regressors using OpenCV

Notifications You must be signed in to change notification settings

pcr-upm/ert_simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERT Simple

We provide C++ code in order to replicate our ERT baseline based on http://www.csc.kth.se/~vahidk/face_ert.html

Requisites

Installation

This repository must be located inside the following directory:

faces_framework
    └── alignment 
        └── ert_simple

You need to have a C++ compiler (supporting C++11):

> mkdir release
> cd release
> cmake ..
> make -j$(nproc)
> cd ..

Usage

Use the --measure option to set the face alignment normalization.

Use the --database option to load the proper trained model.

> ./release/face_alignment_ert_simple_test --measure pupils --database 300w_public

About

Face Alignment with a Cascade of Regressors using OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published