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

How to control appearance and shape? #53

Open LeeBC2298 opened 1 year ago

LeeBC2298 commented 1 year ago

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 want to get a red object, then how can I know exactly which appearance code should I use?

  2. I guess maybe the 'control' means 'swap'?For example, I have the appearance code App1, shape code Sha1 for Object1, and the apperance code App2, shape code Sha2 for Object2. And then I can get an object with the shape like Object1 and with the color like Object2 by using shape code Sha1 and appearance code App2? Am I right?

  3. If I am right, so if I want to generate an red object, I need to try some runs to generate some red object first, and use these appearance codes?

return-sleep commented 1 year ago

same question~ how can I control the translation and rotation of a single object? use the T ?

RajabMuhammad commented 7 months ago

Seems the authors not interested to respond to any of our questions