Open hardikdava opened 1 year 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
@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?
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.
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?