nerfstudio-project / nerfstudio

A collaboration friendly studio for NeRFs
https://docs.nerf.studio
Apache License 2.0
9.33k stars 1.26k forks source link

Render specific frames, panoramic views from specific poses, or uniformly sampled from camera path #3251

Open paolovic opened 3 months ago

paolovic commented 3 months ago

Hi,

as described in #2811 I added the following functionality:

00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010

pwais commented 3 months ago

instead of (yet again) wrapping the already-convoluted _render_trajectory_video(), perhaps this could be a script and/or module that outputs a camera_path json file, then the user can just use the existing render.py with that input. and then there's also a camera path fixture that can be (1) unit tested and (2) debugged outside the render loop

paolovic commented 3 months ago

instead of (yet again) wrapping the already-convoluted _render_trajectory_video(), perhaps this could be a script and/or module that outputs a camera_path json file, then the user can just use the existing render.py with that input. and then there's also a camera path fixture that can be (1) unit tested and (2) debugged outside the render loop

Hi, thanks for the feedback, and feedback addressed.