Open lyyiangang opened 3 years ago
full.obj contains both face and background mesh, but the FLAME model only contains head. The question is how can I generate the full.obj?
First use the file get_full_verts.py to get the full vertices and then use the delaunay triangulation to get the edge
full.obj contains both face and background mesh, but the FLAME model only contains head. The question is how can I generate the full.obj?