nerfstudio-project / nerfstudio

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

Generate 360 degree video #2411

Open hardikdava opened 1 year ago

hardikdava commented 1 year ago

I have trained a nerf using nerfacto and I want to generate a 360 degree video using ns-render. How to do that? How can I auto generate camera paths which I can use for rendering without using viewer?

tancik commented 12 months ago

If you don't want to use the viewer, you can use the blender add on. https://docs.nerf.studio/en/latest/extensions/blender_addon.html

hardikdava commented 12 months ago

@tancik Thanks for your reply. But I would like to do it with pure python something like generating camera paths with python and use it to ns-render command. Is there any guide or document about it?

tancik commented 12 months ago

There isn't a guide for that. I would recommend looking at the blender addon script, which is python, to infer the camera path file structure.