Pointnet2_PyTorch
Pointnet2_PyTorch copied to clipboard
How to train the network without normal?
I wonder how to train the pointnet++_ssg network without normal on cls task.
I already revise the data loader to load the point cloud without containing no normal
but I got message like follows.

How can I solve this problem?
I wonder how to train the pointnet++_ssg network without normal on cls task.
I already revise the data loader to load the point cloud without containing no normal
but I got message like follows.
How can I solve this problem?
normal=False
Hi, did you manage? I have the same problem.
#123