anuragranj / coma

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

Show samples from latent space. #22

Open eaglex-sh opened 5 years ago

eaglex-sh commented 5 years ago

Something wrong with OpenGL on my macOS. How can I save the intermediate results as mesh files from latent space? I am trying to visualize the results with MeshLab.

eaglex-sh commented 5 years ago

I run the script below python main.py --data data/bareteeth --name bareteeth --mode latent --no-cuda and it returns the following errors. OpenGL test failed: stdout: stderr: freeglut (foo): failed to open display '' How can I fix it?

anuragranj commented 5 years ago

I think the openGL fails to open a window to show the visualization. It must be a problem with the opengl version. You could also try to save the meshes as object files instead of using the meshviewer for a quick work around.

OscarBEST commented 4 years ago

Could you please give me a few hints on which function I should modify to save the meshes? Thanks a millon.