Pointnet_Pointnet2_pytorch
Pointnet_Pointnet2_pytorch copied to clipboard
not centering the normalized values
Hi, can you please explain this: https://github.com/yanx27/Pointnet_Pointnet2_pytorch/blob/e365b9f7b9c3d7d6444278d92e298e3f078794e1/data_utils/S3DISDataLoader.py#L70
why you followed this arrangement for the data and why you did not move the centre from the normalized points?
~Thanks