nerfstudio-project / nerfstudio

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

Is there a way to transform all render path cameras at once in viewer? #1686

Open VladMVLX opened 1 year ago

VladMVLX commented 1 year ago

I need to align a loaded camera path (exported from a custom tool) to a trained NeRF in a viewer. With over 100 cameras, it is almost impossible to edit them one by one. Is there a way to transform (change position or rotation) the whole path at once using existing edit functionality?

I tried to check the source code, but I wasn't able to find any clues, probably due to my very limited web development knowledge.

Can you please advise on the best solution for modifying the whole path in order to align it to the NeRF scene? If there is no such functionality (moving or rotating the whole path), are there any plans to add it in the future?

tancik commented 1 year ago

I would recommend using the blender camera path tool - https://docs.nerf.studio/en/latest/extensions/blender_addon.html You can load in all of the cameras then align it to the nerf.

VladMVLX commented 1 year ago

@tancik Thank you, this might help a lot with my issue