nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Visualize / export refined camera poses

Open andrearama opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe. When using Nerfacto the camera poses are being refined, which is great since in many real-world applications the poses are inaccurate. However, I do not see an easy solution to either visualize or save the refined camera poses. I might for example need this for later uses. One example being rendering a video using the estimated camera poses

Describe the solution you'd like Either a flag or a button on the GUI to save the estimated poses.

Describe alternatives you've considered Save them from within the pipeline myself, but it gets a bit messy

andrearama avatar Nov 29 '22 12:11 andrearama

Hi! This is a great suggestion. I'll try to get something out on this in the coming week.

Saving the poses should be relatively straight forward, but adding the pose movement into the visualizer might be a bit more complicated so I can work on that next.

akristoffersen avatar Nov 29 '22 23:11 akristoffersen

@akristoffersen Do you think it would make sense to export the optimised camera poses as part of the ns-export script?

mackopes avatar Dec 26 '22 20:12 mackopes

I implemented the camera exporter in this PR

mackopes avatar Dec 30 '22 23:12 mackopes