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 format
This integration uses Nerfstudio's native VanillaDataManager with NerfstudioDataParserConfig.
Point the dataparser to a scene root containing transforms.json.
Configure GNT
Use the gnt method and set datamanager options from CLI:
ns-train gnt --pipeline.datamanager.data-root /path/to/datasets
ns-train gnt \
--output-dir /path/to/outputs \
--vis tensorboard \
--pipeline.datamanager.dataparser.data /path/to/scene_root
Smoke check
python test.py /path/to/scene_root/transforms.json
This runs one train step through GNTPipeline.get_train_loss_dict and checks source-view tensor shapes.
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.22.tar.gz.
File metadata
- Download URL: nerfstudio_gnt-0.0.22.tar.gz
- Upload date:
- Size: 58.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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 |
76dcbe69012fbb2ee6efe77602b579962c48e78a427384d9f76db4f718301feb
|
|
| MD5 |
91a2fedfe291af7926753a262803163e
|
|
| BLAKE2b-256 |
f9e91bfb7651763d64f0b792f07e646b8acbfa25300d398353a89c7ba2e93b84
|
File details
Details for the file nerfstudio_gnt-0.0.22-py3-none-any.whl.
File metadata
- Download URL: nerfstudio_gnt-0.0.22-py3-none-any.whl
- Upload date:
- Size: 81.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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 |
d5b74360aac0aada8ecd6e13d88b6133ceecaf0adb5ca89147cdf0cfe202cd00
|
|
| MD5 |
f54778a5fb99a430289b1c6771f6ff56
|
|
| BLAKE2b-256 |
137d2e583339d1b51885a668ac0bb326aea8a45686bcd6c5bb0239f15c0b50bf
|