RandLA-Net
RandLA-Net copied to clipboard
Format of the .ply files RandLA script generated are not read by open3d's read_point_cloud function
Hey @QingyongHu , can you help me understand the right way to import the .ply files because open3d's read_point_cloud function can't import them. I get the error: Read PLY failed: number of vertex<=0 while reading any of the .ply files generated by RandLA-Net model with S3DIS data, under Results folder which is in this link: https://drive.google.com/drive/folders/1iU8yviO3TP87-IexBXsu13g6NklwEkXB as part of README.
Hey @QingyongHu , can you help me understand the right way to import the .ply files because open3d's read_point_cloud function can't import them. I get the error: Read PLY failed: number of vertex<=0 while reading any of the .ply files generated by RandLA-Net model with S3DIS data, under Results folder which is in this link: https://drive.google.com/drive/folders/1iU8yviO3TP87-IexBXsu13g6NklwEkXB as part of README.
@QingyongHu Also, if I use the script helper_ply.py in the repo it says it is just an array with one dimension and I am not sure how to reshape this array to get 3D points.Could you please help me here?