zhaofuq / LOD-3DGS

LetsGo: Large-Scale Garage Modeling and Rendering via LiDAR-Assisted Gaussian(Published in SIGGRAPH Asia 2024)
MIT License
257 stars 32 forks source link

Unable to build PotreeConverter #4

Open JJho1314 opened 3 months ago

JJho1314 commented 3 months ago

How to use Web-LOD-Converter instead of the PotreeConverter, could you please share the detail process?

zhaofuq commented 3 months ago

Hello! PotreeConverter is designed to convert our Lidar-scanned point cloud into a multi-resolution structure for training. Meanwhile, Web-LOD-Converter is employed to convert the training outputs (such as level_0.ply, level_1.ply,...) into the octree.bin format for web rendering. We have tested building PotreeConverter in Windows; however, Linux has not been tested yet. We will carry out the test of PotreeConverter in Linux.

JJho1314 commented 3 months ago

Thank you for your patient reply, there is indeed a problem compiling PotreeConverter on linux, looking forward to the author updating the version running on linux

huzhanxiaoxue commented 2 months ago

have you solved the problem,I have the same problem.

pcl5 commented 1 month ago

have you solved the problem,I have the same problem.

booker-max commented 1 month ago

Thank you for your patient reply, there is indeed a problem compiling PotreeConverter on linux, looking forward to the author updating the version running on linux

I also encountered the same problem on linux. Have you solved this problem?

pcl5 commented 1 month ago

Thank you for your patient reply, there is indeed a problem compiling PotreeConverter on linux, looking forward to the author updating the version running on linux

I also encountered the same problem on linux. Have you solved this problem?

You can watch the "pull request" in PotreeConverter, there is a solution.