kcheng1021 / GaussianPro

[ICML2024] Official code for GaussianPro: 3D Gaussian Splatting with Progressive Propagation
https://kcheng1021.github.io/gaussianpro.github.io/
MIT License
638 stars 42 forks source link

Using gsplat for rasterization. #55

Open rkakash59 opened 3 months ago

rkakash59 commented 3 months ago

Great work!. But as you are using rasterizer from original inria, the license is not permissive for commercial applications.

Can anyone modify the code to use gsplat(https://github.com/nerfstudio-project/gsplat) instead of (https://github.com/graphdeco-inria/diff-gaussian-rasterization/tree/59f5f77e3ddbac3ed9db93ec2cfe99ed6c5d121d) as gsplat license is permissive

kcheng1021 commented 3 months ago

Thanks for your kind reminder! We will plan to update a version with gsplat. Any pull request for it is also welcome!