Xharlie / Grid-GCN

Grid-GCN for Fast and Scalable Point Cloud Learning
184 stars 25 forks source link

handling RGB point clouds #13

Open VladMarianCimpeanu opened 1 year ago

VladMarianCimpeanu commented 1 year ago

Hi Xharlie,

I'm trying to use grid-gcn for point cloud segmentation. From your paper it seems you trained the network using RGB- point clouds, nevertheless, I feel the code you provided deals with points only having (x, y, z) coordinates as features. I'm trying to modify the code to use other features but I'm struggling to understand the code that builds the network symbol. I would really appreciate if you could guide me so that I can extend the code to the usage of input points with additional features, showing me what are the lines I should modify.

Thank you in advance.