nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

metashape_utils: work with camera groups

Open f-dy opened this issue 1 year ago • 0 comments

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

f-dy avatar Nov 22 '23 08:11 f-dy