Skip to content

rohit7044/Mesh_from_video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mesh from Video

A short project on creating mesh from video using 3DDFA-V3

Follow the 3DDFA-V3 repository for installation

Example

cd 3DDFA-V3
python demo_video.py -i "Input Video/Obama/xyz.mp4" -s "Output Video"

I was trying for blendshape estimation by following this paper A Greedy Pursuit Approach for Fitting 3D Facial Expression Models. But I realized that blendshape estimation is actually not required for 3DMM and FLAME as they already have identity and expression coefficients. By using those data we can easily estimate the the expression and facial features.

Wasted few days only to realize it doesn't work :(

But I have the paper implementation of the blendshape code and also a sanity check. Maybe it can be of use for someone who wants to use classical way to estimate blendshape.

About

A short project on creating high quality avatear on minimal resources.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published