MeshCNN icon indicating copy to clipboard operation
MeshCNN copied to clipboard

Tagging my own 3D Data for Segmentation

Open nitish11 opened this issue 6 years ago • 4 comments

@ranahanocka @emepetres @bertjiazheng : I found a link in the wiki, any update on this https://github.com/ranahanocka/MeshCNN/wiki/Segmentation ?

I want to tag parts and train my own 3D segmentation model ?

nitish11 avatar Mar 09 '20 07:03 nitish11

Hi @nitish11 ,

There is no fully automatic tool for segmenting shapes, if there was - you probably wouldn't need to use MeshCNN -> could just use that tool instead :)

You can try searching for unsupervised shape segmentation approaches. For example, one of the co-authors of MeshCNN did such a work on shape segmentation, and another work which propagates one segmented model to others structure. There might also be some semi-automatic tools for doing this.

In a quick google search, I came across this: Protrusion-oriented 3D Mesh Segmentation

ranahanocka avatar Mar 21 '20 11:03 ranahanocka

Hi @ranahanocka, thanks for your reply, I wanted to understand how do we create dataset for training a 3D model segmentation?

nitish11 avatar Mar 23 '20 10:03 nitish11

Did you try going through the segmentation example from the README?

ranahanocka avatar Mar 23 '20 15:03 ranahanocka

I tried through the segmentation example from the README too. And now, I want to apply it on my own dataset, but I don't know any method to create soft_labels for seseg files

HuanDinh20 avatar Feb 16 '22 09:02 HuanDinh20