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
- kinectSDKv2
- OpenCV < 4
- Dlib
- libigl(already included)
dlib dataset download it and place it to data/dlib-data download from dlib landmark
I use 2-kind of eigen libraries,
- opencv with eigen3
- 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.