资源算法Face_Alignment_Two_Stage_Re-initialization

Face_Alignment_Two_Stage_Re-initialization

2020-03-25 | |  30 |   0 |   0

Face-Alignment-with-Two-Stage-Re-initialization

The test code of the CVPR 2017 paper "A Deep Regression Architecture with Two-Stage Re-initialization for High Performance Facial Landmark Detection".

图片.png

Requirement

  1. General environment for Caffe platform on Linux OS: https://github.com/BVLC/caffe.

  2. Matlab 2013a or later

  3. Cuda (if use nvidia gpu)

Introduction

图片.png

Since different face detectors often return various face bounding boxes with different scales and center shifts, it would be very useful if a facial landmark detection algorithm can produce robust results without depending so much on the face detection results. To explicitly deal with the initialization problem in regression based landmark detection methods, we present a deep regression architecture with **two-stage re-initialization** learned from end to end. Our proposed deep architecture is trained from end to end and obtains promising results using different kinds of unstable initialization. It also achieves superior performances over many competing algorithms.

The comparison of our method and other baseline methods on 300-W and AFLW dataset are shown as follows, more details can be found in the initial paper.

图片.png

Run the test code

The models are saved at Baidu SkyDrive:
Model for 300-W: link: http://pan.baidu.com/s/1gfxfv8J password:qzmi  
Model for aflw: link: http://pan.baidu.com/s/1cEk3Zw password:1j8e


When you had successfully built the CAFFE in this project and downloaded the models, just run the `main_300w_part.m` and `main_aflw_part.m` in the demo folder.

Acknowledgement

The source code of st_layer.cpp and st_layer.cu come from here.

Citation

If you find this work useful, please cite as follows:
  @inproceedings{lv2017twostage,  
  title={A Deep Regression Architecture with Two-Stage Re-initialization for High Performance Facial Landmark Detection},  
  author={Lv, Jiangjing and Shao, Xiaohu and Xing, Junliang and Cheng, Cheng and Zhou, Xi},  
  booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},  
  year={2017}  
 }

Licence

This code is distributed under MIT LICENSE.

Contact

Please contact us if you have any problems during the demo running:

Jiangjing Lv lvjiangjing12 at gmail dot com
Xiaohu Shao shaoxiaohu at cigit dot ac dot cn
Junliang Xing jlxing at nlpr dot ia dot ac dot cn


上一篇:Joint-Cascade-Face-Detection-and-Alignment

下一篇:e2e-joint-face-detection-and-alignment

用户评价
全部评价

热门资源

  • 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 ...