资源算法FHR_alignment

FHR_alignment

2020-03-26 | |  52 |   0 |   0

Fractional Heatmap Regression

[Paper] [Slides] [Supp][TencentYouTuResearch]

Citation

If you find this work useful in your research, please consider citing (* indicates equal contributions):

@inproceedings{tai-FHR-2019,
  title={Towards Highly Accurate and Stable Face Alignment for High-Resolution Videos},
  author={Tai, Ying* and Liang, Yicong* and Liu, Xiaoming and Duan, Lei and Li, Jilin and Wang, Chengjie and Huang, Feiyue and Chen, Yu},
  booktitle={The AAAI Conference on Artificial Intelligence (AAAI)},
  year={2019}
}

Prerequisites

  • Torch

  • Linux

  • NVIDIA GPU + CUDA CuDNN

Getting Started

Setup

Clone the github repository:

git  clone https://github.com/tyshiwo/FHR_alignment.gitcd FHR_alignment

Data & Models

  1. Download the training and testing data include datasetsets 300W and 300VW from [Google drive]. Put it into the root path (i.e., FHR_alignment/data)

  2. Download the pretrained models for datasets 300W and 300VW from [Google drive]. Put it into the root path (i.e., FHR_alignment/models)

Training

For dataset 300W:

cd training_code
sh exec_train_300W_fhr.sh

For dataset 300VW:

sh exec_train_300VW_fhr.sh

Testing

For dataset 300W:

cd testing_code
sh test_300W_fhr.sh

For dataset 300VW:

sh test_300VW_fhr.sh


上一篇:dlib-FaceAlignment

下一篇:face_alignment

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

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

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...