资源算法ECT-FaceAlignment

ECT-FaceAlignment

2020-03-25 | |  35 |   0 |   0

Combining Data-driven and Model-driven Methods for Robust Facial Landmark Detection

This is the demo code for Combining Data-driven and Model-driven Methods for Robust Facial Landmark Detection.

Requirements

  • python 2.7

Instructions

You may need to compile the caffe firstly before you run the demo code. The pre-trained caffemodel could be downloaded from here.

cd caffe/python
for req in $(cat requirements.txt); do pip install $req; done
cd ..
make all
make pycaffe
cd ..
cd landmark_detection
python run_demo.py --imgDir path/to/you/testing/images --model path/to/the/pretrained/caffemodel --verbose True

Citation

If this work is helpful in your research, please cite the following paper

@article{zhang2018combining,
  title={Combining Data-driven and Model-driven Methods for Robust Facial Landmark Detection},
  author={Zhang, Hongwen and Li, Qi and Sun, Zhenan and Liu, Yunfan},
  journal={IEEE Transactions on Information Forensics and Security},
  year={2018}
}

Acknowledgment

The code is developed upon Caffe-heatmapMenpo, and Menpofit. Thanks to the original authors.


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

下一篇:FaceAlignmentJNI

用户评价
全部评价

热门资源

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