anuragranj / coma

Convolutional Mesh Autoencoders for Generating 3D Faces
Other
454 stars 100 forks source link

mesh viewer #18

Open SriGanesh130 opened 5 years ago

SriGanesh130 commented 5 years ago

getting output as npy file which is containig the shape(num of meshes, no.of verts, 3), i added (verts, 3) in obj file, how to get the faces for them. mesh visualizer is not showing anything if i set viz to True, it's saying "predictions_unperm" is not there.

anuragranj commented 5 years ago

The faces correspond to the faces in the data/template.obj file.