KeKsBoTer / c3dgs

Compressed 3D Gaussian Splatting for Accelerated Novel View Synthesis
https://keksboter.github.io/c3dgs/
Other
270 stars 30 forks source link

Compress on multiple 3dgs models #6

Open BruceLz opened 4 months ago

BruceLz commented 4 months ago

Great job! I was wondering if it would be possible to input multiple 3dgs models together for compression. If so: How is calc importance calculated? And vq compression? And finetune? Could you please give me some advice. Thx!

KeKsBoTer commented 2 months ago

For multiple scenes, one could share the codebooks. My guess is that you probably need larger codebooks but if you have multiple scenes with similar features (e.g. multiple office rooms) it should work.

Once could try to fix the codebooks after the VQ for all scenes and only optimize the other free parameters in the scene. This can then be done per scene. I don't know how well that will work.