autonomousvision / giraffe

This repository contains the code for the CVPR 2021 paper "GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields"
https://m-niemeyer.github.io/project-pages/giraffe/index.html
MIT License
1.23k stars 160 forks source link

About image resolution #8

Closed zmj876902008 closed 3 years ago

zmj876902008 commented 3 years ago

Hello, I'm sorry to trouble you,I would like to know if the resolution of the images can be changed to 512 512 or 640 480?

m-niemeyer commented 3 years ago

Hi @zmj876902008 , we only experimented with image resolutions 64x64 and 256x256. In order to change the image resolution, you can either play around with different settings for the neural renderer (see e.g. here how the number of layers are set) or you could change the volume-rendered feature image (see e.g. here).