ranahanocka / MeshCNN

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

how to create own .seg file #74

Open yuvaramsingh94 opened 4 years ago

yuvaramsingh94 commented 4 years ago

Hi @ranahanocka i am looking to create my own .seg file containing class info per face . i am not able to find any tool by which i can label the .obj file and export the labels either as .seg file directly or .csv, ,txt and convert it .pls guide me on how can i create a custom .seg file and is there any tool available to do the labeling.

ranahanocka commented 4 years ago

Hi @yuvaramsingh94 ,

I have not personally performed manual segmentation (by hand) to create a dataset, so I am not sure. It seems that some people have done that with blender.

yuvaramsingh94 commented 4 years ago

thanks

LSnyd commented 3 years ago

Hi @yuvaramsingh94 I posted a description of how to perform a manual segmentation in Blender here.