tudelft3d / City3D

Large-scale LoD2 Building Reconstruction from Airborne LiDAR Point Clouds
https://github.com/tudelft3d/City3D
GNU General Public License v3.0
223 stars 36 forks source link

[BUG] -After the Build process in ubuntu #48

Closed Sanju-Sajimon closed 3 weeks ago

Sanju-Sajimon commented 1 month ago

Problem After the build process i couldn't run CLI_Examples and showing like reading file failed unknown file format. Here i attached error messages which i saw . WhatsApp Image 2024-05-17 at 10 14 07 AM

LiangliangNan commented 1 month ago

I see your file paths contain "/.../" (in Example_1) and also "//" (in Example_2), but I am not sure if Ubuntu can correctly parse such paths. Can you modify your code to use the absolute paths of the input files to see if it makes any difference?