showlab / DeVRF

The Pytorch implementation of "DeVRF: Fast Deformable Voxel Radiance Fields for Dynamic Scenes"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how i reproduce both time and vies sys?

balabala932131 opened this issue · comments

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

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!