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

Question about rendering Power Needs for evaluation #3

Open
m-mousatat opened this issue Jan 21, 2024 · 1 comment
Open

Question about rendering Power Needs for evaluation #3

m-mousatat opened this issue Jan 21, 2024 · 1 comment

Comments

@m-mousatat
Copy link

m-mousatat commented Jan 21, 2024

Thank you for your great work.
I would like to ask do you use the tile resertizer to render the images from the Quantized latent attributes during evaluation? How much GPU RAM do we need to render images with this high frame rate?
and is it possible to make real time renderer control like in .ply renderer so we can control the camera position in real time using the Quantized latent attributes instead of the point cload?

@Sharath-girish
Copy link
Owner

Hello, thank you for your interest. We decode our quantized latents on CPU before rendering the images on GPU. RAM usage for this is provided in the paper and is a bit lower than 3D-GS.
This is a fixed one-time cost as the images can be rendered from different viewpoints continuously after decoding once. We currently do not focus on directly rendering from the quantized latents but will keep you updated in the future.

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