ranahanocka / MeshCNN

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

How to prepare data for a custom dataset? #148

Closed IvanGarcia7 closed 1 year ago

IvanGarcia7 commented 1 year ago

Hello.

I have a dataset consisting of chairs in .obj format. I want to apply the network to segment the object directly without distinguishing any part of it. In this case, how can I automatically generate the .eseg and .seseg files?

I really appreciate any help you can provide.