nerfstudio
nerfstudio copied to clipboard
consolidate `center`, `base_scale`, and `aabb_scale` settings
Right now it's very confusing to set these values when training with instant_ngp data. We should make it as easy as possible for the user to understand by consolidating these values and documenting how to use them. (This may require a refactoring of the data loading pipeline.)
~~I'll try to do this in #252~~
In instant ngp, these are "aabb_scale", "scale", and "offset" in their transforms.json file. Assigning @tancik since I know you are working on this lately.
Outdated