spla-tam / SplaTAM

SplaTAM: Splat, Track & Map 3D Gaussians for Dense RGB-D SLAM (CVPR 2024)
https://spla-tam.github.io/
BSD 3-Clause "New" or "Revised" License
1.52k stars 172 forks source link

Novel View Synthesis #56

Closed zero-joke closed 8 months ago

zero-joke commented 9 months ago

I am very excited about your work . How can I render a picture in novel view?

Nik-V9 commented 9 months ago

Hi, Thanks for your interest in our work!

The following function is what we use for Replica Novel View Synthesis: https://github.com/spla-tam/SplaTAM/blob/a0bda58dd6fbf3e2ad31e40adc48514923bec4c0/utils/eval_helpers.py#L623

Similar code can be used to render novel views from a SplaTAM reconstruction. The main steps are as follows:

Our interactive visualizer also does the same thing: https://github.com/spla-tam/SplaTAM/blob/a0bda58dd6fbf3e2ad31e40adc48514923bec4c0/viz_scripts/final_recon.py#L241

Nik-V9 commented 8 months ago

Closing Issue due to inactivity.