Skip to content

fabyday/3D-Shape-Regression-for-Real-time-Facial-Animation-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D-Shape-Regression-for-Real-time-Facial-Animation c++ predictor

This project focuses solely on prediction code, designed to enhance performance and mitigate Python's inherent execution speed limitations.

Use a Python script to train the regressor.

link to train for regressor

Dependencies

  • kinectSDKv2
  • OpenCV < 4
  • Dlib
  • libigl(already included)

dataset

dlib dataset download it and place it to data/dlib-data download from dlib landmark

Issue Tracker

eigen library duplication problem issue 1

I use 2-kind of eigen libraries,

  1. opencv with eigen3
  2. embeded eigen3 in libigl these environments make error occuring.(in #include <opencv/core/eigen.hpp>, template error and syntax error will be occured.) In this reason, I took a shortcut to solve the problem. the solution is making helper function wrapping them.

About

unofficial 3D-Shape-Regression-for-Real-time-Facial-Animation-cpp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published