Views
No views yet
minimal: the headline decoder as a self-contained, PyTorch-only
reference artifact and locked CPU rendering example.core: the thesis headline model, with joint Gram-Schmidt invariant
conditioning, two HDR brackets and two latent-reset cycles.neusky-prior: the channelwise two-bracket prior used by every released
NeuSky checkpoint. This is intentionally not the joint-frame thesis model.thesis: the size, equivariance, invariant-function, seed and latent-reset
checkpoints needed for the thesis experiments.published: the final checkpoints from the published RENI and RENI++
experiments, including SH/SG and inverse-rendering baselines.MODEL_MANIFEST.json records the source run, selected checkpoint, byte size
and SHA256 of every released file. Only final, named checkpoints are included;
optimizer trajectories, failed runs, logs and Weights & Biases state are not.ns_reni, download the headline model:python scripts/download_models.py model-storage/reni1python scripts/download_models.py model-storage/reni --group minimal
2python scripts/download_models.py model-storage/reni --group neusky-prior
3python scripts/download_models.py model-storage/reni --group thesis
4python scripts/download_models.py model-storage/reni --group published1python scripts/download_models.py --list
2python scripts/download_models.py model-storage/reni \
3 --model thesis-vnjoint-ortho-so2-d100curl or the Hugging Face CLI.
For example:1hf download jadgardner/reni-models \
2 --revision v1.2 \
3 --include "minimal/*" \
4 --local-dir model-storage/reniminimal group is the quickest way to evaluate the thesis model. It
contains only the 3.57 MiB decoder weights and the code needed to sample an
environment map:1python scripts/download_models.py model-storage/reni --group minimal
2cd model-storage/reni/minimal
3uv run render.py --weights decoder.pt --output-dir renderns_reni
installation. The artifact includes the joint Vector Neuron frame, attention
decoder, architecture metadata and two-bracket HDR constants. The full
checkpoint remains available in core for continued training and analysis of
the learned training latents.v1.2 updates the locked minimal environment to PyTorch 2.13.0 CPU,
Pillow 12.3.0 and setuptools 83.0.0. The decoder weights and all full
checkpoints are unchanged from v1.1.