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

what's the rule of 'BoundingBoxGenerator' class in your code? #15

Closed Feynman1999 closed 3 years ago

Feynman1999 commented 3 years ago

what's the rule of 'BoundingBoxGenerator' class in your code? uesed for what task?

m-niemeyer commented 3 years ago

In the forward pass of our model, we sample random object transformations where we use the bounding box generator.. To better understand how our model works, the video might a good starting point.