Unnoficial Implementation for GNT (Generalizable NeRF Transformer | Varma et al) on NeRFStudio
Project description
nerfstudio-gnt
Unofficial GNT (Generalizable NeRF Transformer) integration for Nerfstudio.
Install
uv pip install -e .
Verify method registration
ns-train --help | grep -i gnt
Dataset root (data_root)
Upstream GNT loaders expect paths like:
.../data/real_iconic_noface(llff).../data/nerf_synthetic.../data/google_scanned_objects
In this integration, data_root should point to either:
- The parent directory of
data/(recommended), or - The
data/directory itself.
The datamanager normalizes data_root to the GNT rootdir convention and validates expected dataset folders before training.
Configure GNT
Use the gnt method and set datamanager options from CLI:
ns-train gnt --pipeline.datamanager.data-root /path/to/datasets
For generic Nerfstudio scenes (images/ + transforms.json), use:
ns-train gnt \
--output-dir /path/to/outputs \
--vis tensorboard \
--pipeline.datamanager.train-dataset nerfstudio \
--pipeline.datamanager.eval-dataset nerfstudio \
--pipeline.datamanager.data-root /path/to/scene_root
Smoke check
python test.py
This validates that the exported method specification can be imported and resolved.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nerfstudio_gnt-0.0.3.tar.gz.
File metadata
- Download URL: nerfstudio_gnt-0.0.3.tar.gz
- Upload date:
- Size: 61.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.9 {"installer":{"name":"uv","version":"0.11.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86eeb1204d73ecd79215ae3d213a9d663e643a2e972517851840194971449e48
|
|
| MD5 |
0078b4f181aff50e25eca6b3c2c16771
|
|
| BLAKE2b-256 |
75578e4a3296a201a93c1025516f45bfa7b64256621168cc65cfe783331795d0
|
File details
Details for the file nerfstudio_gnt-0.0.3-py3-none-any.whl.
File metadata
- Download URL: nerfstudio_gnt-0.0.3-py3-none-any.whl
- Upload date:
- Size: 84.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.9 {"installer":{"name":"uv","version":"0.11.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e533983296776aac7e8839d5688ad07056bb531e4e4a676e4e44efdccf785703
|
|
| MD5 |
ca83cd8a3ec73bf13176f13919cfb654
|
|
| BLAKE2b-256 |
036cc813f8e4abadc2f078ef409cf05e9beeccea51b90bc1e9339447a84c942c
|