ranahanocka / MeshCNN

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

Other method deal with mesh classfication #91

Open shangguan9191 opened 3 years ago

shangguan9191 commented 3 years ago

Dear author,

do you know other methods which deal with Mesh classifcation? eg, SplineConv? is there still a little on research?

ranahanocka commented 3 years ago

Hi @shangguan91 ,

I guess there are a lot. You can check the references within our paper (who we compared against for the mesh classification, etc). You can also check the papers that cited meshCNN , maybe there are some newer techniques. You can also check out Kaolin. I think most graph approaches are doing "node classification", which is kinda like segmentation, but can be converted to a global vector, i.e., with global maxpooling.

-Rana