资源算法Joint-Cascade-Face-Detection-and-Alignment

Joint-Cascade-Face-Detection-and-Alignment

2020-03-25 | |  42 |   0 |   0

joint-cascade-face-detection-and-alignment

This project is a C++ reimplementation of joint cascade face detection and alignment in the ECCV 2014

This project start with the code from https://github.com/yulequan/face-alignment-in-3000fps

You should read yulequan's codes first, then compare them with mine.

Add a trained model, only for raw detection without any optimization.

There are some differences between paper's and mine:

  1. Without SIFT+SVM

  2. Without multi-scale pixel difference feature

  3. Without non-maxmium suppression

I do not make sure the implementation is right, but in my experiment, i get the right face with right keypoints at 50FPS on i7-3770K (optimization version).

The version here is only for training. You shuold implement a version for testing by yourself.

Sorry for my codestyle : (


上一篇:ERT-GBDT_Face_Alignment

下一篇:Face_Alignment_Two_Stage_Re-initialization

用户评价
全部评价

热门资源

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