giraffe icon indicating copy to clipboard operation
giraffe copied to clipboard

This repository contains the code for the CVPR 2021 paper "GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields"

Results 8 giraffe issues
Sort by recently updated
recently updated
newest added

Thanks for your excellent work ! I am really surprised by the controllable object generation ! I wonder if there is a way to extract 3d bounding box of the...

Please can you reshare a valid link of celebahq images. The one you provided I think is not working.

Hello, I am a freshman in GAN and I am confused with some operations. 1. How can I know which appearance code is for which color? For example, if I...

Hi I saw a piece of code in generator.py to set the sigma to 0. I am very confused as to why you set it like this. What benefits would...

Hi I see you set a lot of hard code in config file. Could you please provide some information about how to obtain these values? ``` python scale_range_min: [0.2, 0.16,...

Hi Thanks for your excellent work! I have some details that make me confused and I may need your further explanation if you are available. You mentioned in your paper...

There’s possible confusion on the license of your repository when you combine other open-source code. The module `scripts/precalc_fid.py` claims its license as **Apache-2.0**. However, the license of your whole project...

hi! it was complicated but i started it working on Windows. i.e.: `python render.py configs/256res/cars_256_pretrained.yaml` 1.`pip install kornia==0.7.2` 2.fix scipy issue (as i have scipy==1.12.0 installed) in giraffe\im2scene\camera.py replace: `r...