Hi all,
I found that using a colmap dataset yielded errors. I found out that the arguments to colmap are shifted by one and so the type does no longer match and there are errors.
As an example the output I got was:
Argument --downscale-rounding-mode: invalid choice: '1' (choose from 'floor', 'round', 'ceil')
I use nerfstudio-webui in WSL2 (Ubuntu 24.04) on Windows 11 23H2. I start it in a miniforge3 environment (instead of miniconda for licensing reasons).