Pointnet_Pointnet2_pytorch
Pointnet_Pointnet2_pytorch copied to clipboard
a simple question
not a issue, just a simple question that I feel confused when I read the code in S3DISDataLoader.py, can anyone tell me why were only x-axis and y-axis normalized but z-axis not?
selected_points[:, 0] = selected_points[:, 0] - center[0] selected_points[:, 1] = selected_points[:, 1] - center[1]
I feel confused too.