You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: