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

360 rotation skipping angles? #40

Closed AustinXY closed 2 years ago

AustinXY commented 2 years ago

I've tried to train the model without the neural renderer at 64x64 resolution on the compcar dataset and rendered the 360 degrees rotation image as well as acc map. The rotation angle is a linear interpolation from 0 to 1, but for some reason the rotation seems to be skipping a lot of angles?

Screen Shot 2021-10-19 at 1 25 15 AM Screen Shot 2021-10-19 at 1 24 27 AM

I'm not quite sure where the problem might be. Any pointer would be helpful. Thanks!