diffusion-net icon indicating copy to clipboard operation
diffusion-net copied to clipboard

Pytorch implementation of DiffusionNet for fast and robust learning on 3D surfaces like meshes or point clouds.

Results 26 diffusion-net issues
Sort by recently updated
recently updated
newest added

Hello, Is it possible to run the code on a mac laptop (no cuda...). I can start by removing the cuda requirement from the .yml file. But I still get...

Hey Nick, **TL;DR** 1. Any ideas for better input features than HKS with code available? 2. How many epochs did you train the pre-trained models for to get such good...

Hello, I noticed a miss in my environment due to precision differences. The cache is usually saved as float32 but when compared with the found cache the vertices are not...

Hi: The diffusion map is so pretty, but I don't know how to get it. ![image](https://github.com/nmwsharp/diffusion-net/assets/49607231/3edde9e9-06de-43f1-be43-0bd08253d299) May I have your help. Best regard.

Hello, I’m working on a research project to **optimise the aerodynamic performance of a hybrid Savonius-Darrieus vertical axis wind turbine under low wind speed with Geometric Deep Learning (GDL)**. I’ve...

I tried to add a function to visualize the correspondence map just like the paper, with different colors showing different corresponded parts. However, I got this for the ground truth...