资源算法face-recognition-with-3dmm-fitting

face-recognition-with-3dmm-fitting

2020-03-26 | |  35 |   0 |   0

3DMM fitting code for the semester Project

For Fitting Code:

  1. Get the library from https://github.com/patrikhuber/eos and install in you local directory.

  2. Once your setup is ready. Use the three files fit-model.h, helper.cpp and helper.hpp

  3. fit-model.h brings the fit-model code for your implementation and model_data with output of the fitting

  4. helper.cpp and helper.hpp are for the fitting on the single and multiple images. Later with pose normalisation and inpainting. In this file paths to be given are

"path/to/eos/share/sfm_shape_3448.bin"
"path/to/eos/share/ibug2did.txt"
"path/to/imagedataset/"
  1. Labeled Faces in Wild is used for the project- http://vis-www.cs.umass.edu/lfw/

  2. "path/to/imagedataset/" should have dir structure as

.
./images
    /person1
      person1_001.jpg
      person1_002.jpg
./landmarks
    /person1
      person1_001_0.pts
      single_face_images.txt
  1. Facial Landmarks are generated using DLib landmark detection.

  2. output folder will be in "path/to/imagedataset/" as

frontalimages/ - front face image
models/  - for isomaps
  1. For recognition part RSC algorithm is used. Code provide by Xavier Fontaine from his work.





上一篇:face_alignment_challenge

下一篇:capsnet.mxnet

用户评价
全部评价

热门资源

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

  • inferno-boilerplate

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