Pointnet_Pointnet2_pytorch icon indicating copy to clipboard operation
Pointnet_Pointnet2_pytorch copied to clipboard

a simple question

Open hellosummer8850 opened this issue 4 years ago • 1 comments

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]

hellosummer8850 avatar Sep 22 '21 08:09 hellosummer8850

I feel confused too.

qingxiaozi avatar Apr 25 '22 01:04 qingxiaozi