nerfstudio
nerfstudio copied to clipboard
metashape_utils: work with camera groups
Metashape XML parsing was broken when it contained camera groups. I changed the way it iterates over XML elements to iterate over elements of a given type (camera) rather than on all children of the selected node.
Fixes https://github.com/nerfstudio-project/nerfstudio/issues/2625