nmwsharp / diffusion-net

Pytorch implementation of DiffusionNet for fast and robust learning on 3D surfaces like meshes or point clouds.
https://arxiv.org/abs/2012.00888
MIT License
398 stars 50 forks source link

Hello, are there any examples of applying diffusion-net to Functional Maps? #11

Open njnj0314 opened 2 years ago

njnj0314 commented 2 years ago

Hello, are there any examples of applying diffusion-net to Functional Maps?

nmwsharp commented 2 years ago

Hi! There is some code in a brach here: https://github.com/nmwsharp/diffusion-net/tree/func_corr/experiments/functional_correspondence which you can check out.

I'm still in the process of preparing it for a final release---hopefully will be ready soon!