fraunhoferhhi / gaussian_gan_decoder

Official implementation for: https://arxiv.org/abs/2404.10625
https://florian-barthel.github.io/gaussian_decoder/index.html
43 stars 1 forks source link

About Resolution #8

Closed johnren-code closed 1 month ago

johnren-code commented 1 month ago

I would like to know how to generate an image of arbitrary resolution based on 3D Gaussians? Where do I need to set the parameters?

Florian-Barthel commented 1 month ago

Hi, you can use this viewer: https://github.com/Florian-Barthel/gaussian_viewer and set the resolution under the Camera tab. Currently only squared ratios are supported, however, any resolution should be possible.

image