autonomousvision / mip-splatting

[CVPR'24 Best Student Paper] Mip-Splatting: Alias-free 3D Gaussian Splatting
https://niujinshuchong.github.io/mip-splatting/
Other
1.01k stars 64 forks source link

Swapping out Original Gaussian Splatting #39

Open jaidevshriram opened 2 months ago

jaidevshriram commented 2 months ago

Hello, this is a great project, thanks for making it public!

I'm considering integrating mip-splatting with my code that uses the original gaussian splatting implementation. Is it okay if I simply swap out the diff-gaussian-rasterization package for the one in this repo (submodules/diff-gaussian-rasterization)? Are there any other changes I would have to make to the original gsplatting code? I am not working on reconstruction exactly, so I cannot use this repository as is, unfortunately. Thank you!

niujinshuchong commented 1 month ago

Hi, why do you need to swap? I think you can directly use our code base as the dataset format is compatible.