ranahanocka / MeshCNN

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

Undestanding .eseg file #146

Closed TheShasa closed 1 year ago

TheShasa commented 1 year ago

Hello, as I understood in .eseg file for every edge we assign class label, but how to understand from which vertices this edge was construct? For example from which vertices edge at row 1 was constructed?

and another question, is there a way to import .eseg file in blender to see the segmentation on .obj file?

Thank you for sharing your work!