ranahanocka / MeshCNN

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

I'm trying to apply your model to my project, but i found out that I cannot create the *.eseg and *.seseg formats! #136

Open HuanDinh20 opened 2 years ago

HuanDinh20 commented 2 years ago

Dear Ms Hanocka! I'm trying to apply your model into my project, but when I created the dataset myself, I found that .eseg and .seseg are really hard to find any document related to them. Could you tell me the way you labels the dataset in .eseg and how to make .seseg files. Thank you so much!

svartdod commented 2 years ago

@HuanDinh20 , you can check this one https://github.com/Divya9Sasidharan/MedMeshCNN it got python scripts to create ur own eseg .

IvanGarcia7 commented 1 year ago

Hello, @HuanDinh20 Did you finally generate files .eseg and .seseg for your own project?. I'm really interested but i cant find any documentation related about that. Thanks in advance