Pointnet2_PyTorch icon indicating copy to clipboard operation
Pointnet2_PyTorch copied to clipboard

How to train the network without normal?

Open dogyoonlee opened this issue 4 years ago • 3 comments

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.

image

How can I solve this problem?

dogyoonlee avatar Jun 08 '21 06:06 dogyoonlee

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.

image

How can I solve this problem?

normal=False

Lizhinwafu avatar Sep 02 '21 09:09 Lizhinwafu

Hi, did you manage? I have the same problem.

atirehgram avatar Feb 03 '22 10:02 atirehgram

#123

kdh2769 avatar Aug 21 '22 11:08 kdh2769