tudelft3d / SUMS-Semantic-Urban-Mesh-Segmentation-public

SUMS: Semantic Urban Mesh Segmentation.
GNU General Public License v3.0
56 stars 14 forks source link

convert binary_little_endian to ascii #12

Closed ziwenjie closed 2 years ago

ziwenjie commented 2 years ago

Hi, authors: The outputs of classification are in binary_little_endian 1.0, and the format is unfriendly to read and get the information. I used the open3d to transform format, but it loses the texture map and classification. Screenshot from 2022-06-12 22-08-51

How to convert the binary_little_endian to ascii? Thanks! Yours, sincerely.

WeixiaoGao commented 2 years ago

Hi, I have just updated the code for writing ply in ascii. You can simply add 'use_binary = false' in the 'config.txt'.