Geo-CNN-Pytorch-PYG icon indicating copy to clipboard operation
Geo-CNN-Pytorch-PYG copied to clipboard

A Pytorch Implementation of “Modeling Local Geometric Structure of 3D Point Clouds using Geo-CNN”

Results 4 Geo-CNN-Pytorch-PYG issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/74591670/170849127-fac5645c-d9b9-4516-8ee0-d7c84c7a5d93.png When I run the code, I got this error, how can I fix this?

could you please tell me what the meaning of "pos, norm, batch = data.pos, data.norm, data.batch" is ? what 's the shape of pos,nor and batch? i can figure out...

- you run the codes on a single gpu or multi gpu? some differences exist in the code? thanks!

Hi, Great work!! I am trying to understand the code but I have some doubts. Can you share a support document for this implementation in case you have it. Thank...