资源算法face_alignment_cvpr_2012

face_alignment_cvpr_2012

2020-03-25 | |  33 |   0 |   0

Abstract

The provided project is my own version of Matthias Dantone et al. code based on the CVPR 2012 paper:

Dantone M, Fanelli G, Gall J. and Van Gool L., Real Time Facial Feature Detection using Conditional Regression Forest, IEEE Conference on Computer Vision and Pattern Recognition (CVPR'12), 2012.

This package contains the source code for training and evaluation of the Conditional Regression Forest. Additional to the source code you can find pretrained trees for head pose estimation and also for facial feature detection.

Building

This framework needs the open source computer vision library OpenCV 3.0 and Boost 1.55.

Demo Application

Running the demo application using the pretrained trees is easy.

./demo 0 data/config_ffd.txt data/config_headpose.txt data/haarcascade_frontalface_alt.xml

You need to set 4 flags:

  • mode (0=training, 1=evaluate)

  • path to facial-feature-detection config file

  • path to head-pose config file

  • path to face cascade

Alignment


上一篇:Intensity-Depth-Face-Alignment

下一篇:FaceAlignment_LBF3000FPS

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...