Brummi / BehindTheScenes

Official implementation of the paper: Behind the Scenes: Density Fields for Single View Reconstruction (CVPR 2023)
https://fwmb.github.io/bts/
BSD 2-Clause "Simplified" License
250 stars 19 forks source link

Question about of generate novel view animations #16

Closed jelleopard closed 1 year ago

jelleopard commented 1 year ago

When I know the R and T of the current view, how do I generate the motion trajectory of the new view on the kitti dataset to generate the demo, can you provide the code? How to get this file of "./scripts/videos/trajectories/simple_movement.npy"?

Brummi commented 1 year ago

Hi! Sorry for the late reply!

I generate these camera trajectories with blender. You can use this example script within blender to export a trajectory:

scripts/blender/export_camera_trj.py

Best, Felix