Skip to content

srikanths001/3DFaceRecontruction

Repository files navigation

3DFaceRecontruction

Reconstruct 3D face from video. From DenseFace3D.

An example result is shown in video in results folder "results/3d_reconstruction_result.mp4"

##Executables (Compiled in linux) The Executables folder contains the linux .so file to run the tool. Do copy the 'shape_predictor_68_face_landmarks.dat' file to this folder.

#Usage

mkdir build cd build cmake .. -Ddlib_DIR=path/to/dlib/ make

Copy the landmark.txt and conn.txt to build folder along with the 'shape_predictor_68_face_landmarks.dat'

To run,

./denseFace3D /path_to_video_file

About

Reconstruct 3D face from video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published