In this release, we bring significant changes to runners for training and rendering neural radiance fields.
Previously, the runners (runners/run_train.py
, runners/run_render.py
) were not written with scalability in mind.
This hindered the extension of codebases as training/rendering scripts were dependent on model structure, training strategy, etc.
To improve the scalability of torch-NeRF
, we built a new structure for runners from scratch, enabling model-agnostic initialization and code execution.
For details, please refer to #15 and its commit history.
Full Changelog: v1.1.0...v1.2.0