showlab / DeVRF

The Pytorch implementation of "DeVRF: Fast Deformable Voxel Radiance Fields for Dynamic Scenes"
Other
179 stars 12 forks source link

how i reproduce both time and vies sys? #5

Closed balabala932131 closed 1 year ago

balabala932131 commented 1 year ago

Thanks your great work! i meet a problem about render_video. The commend: --render_only --render_video, for me , just can fix-time and view-sys. can't create a Bullet time! can you give me some advisers? i dont modify the code

Jia-Wei-Liu commented 1 year ago

Hello! Thanks for your interest!

You can create a Bullet time by fixing the time and manually design a 360 camera pose trajectory. In my case, I just rotate the camera pose around an axis, e.g., y-axis, and render novel views at these camera poses. Hope this helps!

Best regards!