Pointnet2.PyTorch
Pointnet2.PyTorch copied to clipboard
About normal
What should i do if i don‘t want to use normal? Thanks for your answer.
What should i do if i don‘t want to use normal? Thanks for your answer.
Hi @Yuzuki-N, there are other implementations where you don't need to use normals like this one. In any case, if I'm not wrong, I would say that the only thing to change is the input channels of the neural network. Line 122 in train_part_seg.py
, change that 6 by a 3 and it should be ready.