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 24 diffusion-net issues
Sort by recently updated
recently updated
newest added

Thank you for your great work! I'm a little confused about the segmentation accuracy of the Human dataset, which is provided by PD-Mesh (Simplified inputs with hard ground truth at...

Hi, thanks for sharing your research. I need to stack vertices and faces in a batch, but I note that all your experiments in the repository have batch size=None. Have...

Hi, very interesting work! I am wondering if diffusion-net can be adapted for regression tasks, i.e. predicting scalars in triangles of a surface mesh? Thanks!

Thanks for creating and sharing DiffusonNet! Its been really easy to work with so far, so thank you. I've only started playing around with diffusion net - Im hoping to...

Hi! Thanks for this awesome work. I wanted to calculate the diffuse operators in a mesh, and it gave error "Failed to compute eigen-decomposition". What can be possible solution for...

Hi, First thanks for sharing your amazing work! I have a shape correspondence model that does not use functional maps but rather a descriptor based created by a graph neural...

![gt1_viz](https://user-images.githubusercontent.com/17909171/165479764-50e2ead7-56b0-49b0-8f11-3e70fb98e147.png)

Is there any interest in providing diffisuion-net as a module to ludwig? I'm new to machine learning but not to software development. Will try to think up some use cases,...

Hello, Firstly thank you so much for all of your work and releasing it in a way that even lay people like myself can make an attempt at understanding it....