Brent Yi

Results 331 comments of Brent Yi

Hello! Can you check your nerfstudio version? It looks like this was fixed ~5 months ago in https://github.com/nerfstudio-project/nerfstudio/pull/2630.

> This also means a nerfstudio import woulnd't change any behaviour in other libraries/software. I suggest to globally define the default value for the max pixels (None) and set this...

> I don't think the option would work actually for spherical harmonic parameters. The spherical harmonics are saved in the transformed frame and cannot be "re-orient" back to the original...

> I think ideally Nerfstudio just does a scale and re-center _internally_ *as part of the model* rather than changing any of the camera poses, initial points etc that are...

Do we still want to do this? eg given breaking changes in https://github.com/nerfstudio-project/gsplat/pull/117

Hi! Can you confirm which version/commit of nerfstudio you're on?

Hm, maybe try Python 3.9 or 3.10? Alternatively, you can try installing from source with `open3d` removed from the dependencies for now, it's not critical for most operations.

Given the `PyInit_pycolmap` strings littered throughout the error, this seems likely to be a `pycolmap` issue. Maybe double-check that you're on the latest version (`pip install --upgrade pycolmap`), and see...

I think these errors are because the default dataparser for `gaussian-splatting` is set to `colmap`, while all other models set it to `nerfstudio-data`. There are plans to transition splatting over...