Pointnet2.PyTorch icon indicating copy to clipboard operation
Pointnet2.PyTorch copied to clipboard

About normal

Open Yuzuki-N opened this issue 3 years ago • 1 comments

What should i do if i don‘t want to use normal? Thanks for your answer.

Yuzuki-N avatar Nov 02 '21 08:11 Yuzuki-N

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.

FandosA avatar Jan 04 '22 10:01 FandosA