You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to generate a DSM out of 3 point clouds.
The point clouds are originally saved as .las. I tried CloudCompare and open3D to convert .las into .ply in both binary and ASCII format. And constantly got errors like:
plyflatten.utils.InvalidPlyCommentsError: Invalid header comments [‘Created by Open3D’] for ply file MY_FILE_NAME
Then I manually remove the unwanted headers from ASCII. But I still have this error:
plyflatten.utils.InvalidPlyCommentsError: Invalid header comments [] for ply file MY_FILE_NAME
Could you please check it out and provide a possible solution.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to generate a DSM out of 3 point clouds.
The point clouds are originally saved as
.las
. I tried CloudCompare and open3D to convert.las
into.ply
in both binary and ASCII format. And constantly got errors like:Then I manually remove the unwanted headers from ASCII. But I still have this error:
Could you please check it out and provide a possible solution.
Thanks in advance!
The text was updated successfully, but these errors were encountered: