qiqihaer / RandLA-Net-pytorch

RandLA-Net's implementation with Pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you include the features in the network?

ginobilinie opened this issue · comments

After reading the code, I found the input is just xyz points, while no features (colors) are included. I'm not sure it is fine?

After reading the code, I found the input is just xyz points, while no features (colors) are included. I'm not sure it is fine?

You can modify the net to add color or intensity into the input. Line 17 in ''RandLANet.py '' and line 44 in "data_prepare_semantickitti.py" should be considered.