nerfstudio
nerfstudio copied to clipboard
Horizontal and vertical camera treated as different by colmap
Describe the bug If you create a dataset with vertical and horizontal images, colmap will treat this as two different cameras. This breaks the dataloader.
To Reproduce
Take vertical and horizontal images and process them with ns-process-data. The model can not train on the resulting dataset.
Expected behavior The method should be invariant to camera capture orientation.