ranahanocka / MeshCNN

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

Not able to view output #112

Open lalitha-krishna opened 3 years ago

lalitha-krishna commented 3 years ago

Thank you for your contribution. I am new to this topic. I have executed your code in Colab(GPU). Everything went fine. But I am not able to view the output. The following message is coming:<Figure size 640x480 with 1 Axes> How shall I render the output? Thanks in advance Also please suggest me some material/youtube about mesh segmentation and 3D processing tools to learn more

Eisorak commented 3 years ago

Hi

this link helped me to make my segmentation and also for the creation of eseg and seseg files.

https://github.com/LSnyd/PartSegmentationToolbox

I hope this will help you.

lalitha-krishna commented 3 years ago

Thank you so much for your response. I will try. @Eisorak