MrNeRF / gaussian-splatting-cuda

3D Gaussian Splatting, reimagined: Unleashing unmatched speed with C++ and CUDA from the ground up!
Other
909 stars 74 forks source link

Remove tinyply dependency #63

Open MrNeRF opened 2 weeks ago

MrNeRF commented 2 weeks ago

Compare my pr for saving: https://github.com/nerfstudio-project/gsplat/pull/427

Another aspect: I really don't think we need to save the initial point cloud as ply as done in the original code. That part can be gone. Just read the points3D.bin. That's it.