Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compress on multiple 3dgs models #6

Open
BruceLz opened this issue May 6, 2024 · 1 comment
Open

Compress on multiple 3dgs models #6

BruceLz opened this issue May 6, 2024 · 1 comment

Comments

@BruceLz
Copy link

BruceLz commented May 6, 2024

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
Copy link
Owner

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.

  • The importance/sensitivity can be calculated per scene.
  • VQ needs to be calculated for all scenes together
  • Fintetuning also has to be performed simultaneously for all scenes. (This is probably the hardest / computationally expensive part)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants