RGCNN icon indicating copy to clipboard operation
RGCNN copied to clipboard

Regularized Graph CNN for Point Cloud Segmentation

Results 3 RGCNN issues
Sort by recently updated
recently updated
newest added

Hi!When I was running train.py, I still found some missing data sets after downloading the data set you provided. Could you please upload other data sets so that I can...

Hi, @tegusi , As the main code uses Tensorflow API, the code in [model.py](https://github.com/tegusi/RGCNN/blob/master/model.py) applies PyTorch. Is there something missing in your package?

Hi, I noticed in your paper that you use features from each layer to reconstruct the graph and update the Graph Laplacian. However, I find in the released code, the...