You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
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.
The text was updated successfully, but these errors were encountered: