ranahanocka / MeshCNN

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

Output of segmentation network #106

Open pvnieo opened 3 years ago

pvnieo commented 3 years ago

Hi,

Thanks for the great contribution and for releasing the code.

I'm not having an issue, but a question, before investing time into integrating this network into my code.

For the segmentation case, does the output features are per vertex, or per face of the input shape?

Thank you in advance!

pvnieo commented 3 years ago

Hi, In the segmentation scenario, the network outputs a feature per edge to predict the class of the edge. Is there a way to aggregate these feature to produce a point based features?

Thank you in advance!