ranahanocka / MeshCNN

Convolutional Neural Network for 3D meshes in PyTorch
MIT License
1.56k stars 314 forks source link

Your resulting figures are very good! How to render the model with edge? #85

Closed chatyan closed 4 years ago

chatyan commented 4 years ago

Your resulting figures are very good! How to render the model with edge?

ranahanocka commented 4 years ago

Hi @chatyan ,

The paper figures were rendered with blender. There is a script to visualize the mesh with edges in this repo, but I have now started to use polyscope for visualization, which is also great for viewing edges ontop of meshes.

chatyan commented 4 years ago

Many thanks!