anhttran / extreme_3d_faces

Extreme 3D Face Reconstruction: Looking Past Occlusions
Other
785 stars 184 forks source link

Anyway to generate models with the same points order? #8

Closed hereitag closed 6 years ago

hereitag commented 6 years ago

I want to use different photo to generate models and then make blendshapes

anhttran commented 6 years ago

You can export and use the sparseFullFrontal mesh: https://github.com/anhttran/extreme_3d_faces/blob/master/main.cpp#L139

The sparse meshes have the same structure: the same number of vertices, triangle connectivity... Though, they have a lower resolution. The dense meshes have a higher resolution but varying structures depending on the input image.