Can deep_gcn take point cloud repressed by 3d coordinate only?
MCLYang opened this issue · 3 comments
MCLYang commented
I went through your paper and code and found each point has more than 3 features. However, could I take each point with xyz only and NOT including rest features like surface normal and color? Appreciate if you can provide more instruction how could I adjust the number of input channel. Thank you
lightaime commented
Sure you can. You can simply set the input channels as 3 by --in_channels 3
. See
MCLYang commented
Sure you can. You can simply set the input channels as 3 by
--in_channels 3
. Seeand
.
Thank you for the quick response. Please stay safe recently :)
lightaime commented
Thanks. Stay safe!