Skip to content

A Deeply-initialized Coarse-to-fine Ensemble of Regression Trees for Face Alignment

Notifications You must be signed in to change notification settings

ZivenMan/bobetocalo_eccv18

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Alignment using a Deeply-initialized Coarse-to-fine Ensemble of Regression Trees

We provide C++ code in order to replicate the face alignment experiments in our paper http://openaccess.thecvf.com/content_ECCV_2018/papers/Roberto_Valle_A_Deeply-initialized_Coarse-to-fine_ECCV_2018_paper.pdf

If you use this code for your own research, you must reference our ECCV paper:

A Deeply-initialized Coarse-to-fine Ensemble of Regression Trees for Face Alignment
Roberto Valle, José M. Buenaposada, Antonio Valdés, Luis Baumela.
European Conference on Computer Vision, ECCV 2018, Munich, Germany, September 8-14, 2018.

Requisites

Installation

This repository must be located inside the following directory:

faces_framework
    └── alignment
        └── bobetocalo_eccv18

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

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

Usage

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

> ./release/face_alignment_bobetocalo_eccv18_test --database 300w_public

About

A Deeply-initialized Coarse-to-fine Ensemble of Regression Trees for Face Alignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.2%
  • CMake 8.8%
  • PureBasic 3.0%