nerfstudio-project / nerfstudio

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

Automatically generating renderings from eval poses #2915

Open gchhablani opened 8 months ago

gchhablani commented 8 months ago

Wanted to check if there is a way to automatically order poses from eval data and generate a rendering without having to select keyframes in ns-viewer?

Renbry commented 8 months ago

If you mean to render the trained model from the same cameras as the inputs; i second this request! We're looking to experiment with ML training before/after to try and uprez back to the high res photography and need to generate renders from the same camera viewpoints as the input photography; ideally with the same naming/sort order too!

gchhablani commented 8 months ago

@Renbry Actually, just figured out ns-render has interpolate function that does exactly what I want. I spent an entire day writing a script only to realize this functionality already exists :)

So, I can close this issue. Did you have the same thing in mind?

Renbry commented 8 months ago

Haha, yes we found ourselves in the same place and now have found ns-render dataset --split=train+test gives me what I need! Thanks for checking in!