Skip to content

Runner structure overhaul

Latest
Compare
Choose a tag to compare
@DveloperY0115 DveloperY0115 released this 21 Jul 14:42
· 54 commits to main since this release
e583cc6

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