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

about visualization on shape correspondences #28

Closed amiltonwong closed 1 year ago

amiltonwong commented 2 years ago

Hi, @nmwsharp,

Could you release the code example about visualization on shape correspondences, like Fig. 9. in paper?

Thanks~

pvnieo commented 1 year ago

Hi @amiltonwong

The figures in the paper were rendered using Blender. We don't have the specific code to produce the figures of the paper, but you can check this repository for examples of rendering using blender.

I Hope this will help.