aRI0U / RandLA-Net-pytorch

PyTorch implementation of RandLA-Net
344 stars 52 forks source link

.npy vs .ply #25

Open Brainkite opened 3 years ago

Brainkite commented 3 years ago

Question about Semantic3d data preparation. Why are we converting point clouds to .npy instead of .ply format? Is this more convenient when using PyTorch? faster to read? I have seen that the TF implementation of RandLa is using the ply format. Thank you