Chris
Chris
**Describe the bug** At the latest version 1.0.3, I am hit by the error: `AssertionError: block_width must be between 2 and 16`. Below is the call stack: Traceback (most recent...
**Describe the bug** Trained splatfacto till 600 steps, then reports the error. ``` Traceback (most recent call last): File "/nerfstudio/scripts/train.py", line 294, in entrypoint() File "/nerfstudio/scripts/train.py", line 285, in entrypoint...
For boolean flags, confused on when to use "--no-*" pattern and when to "--flag True/False" pattern
Hello, I am reading the tyro documentation on the boolean flags: https://brentyi.github.io/tyro/examples/01_basics/05_flags/ and get confused. Because when I refer to Nerfstudio here: https://github.com/nerfstudio-project/nerfstudio/blob/main/nerfstudio/configs/base_config.py#L143, according to the documentation, since it has...