Skip to content

Tags: yangyangnuc/LandMark

Tags

v0.3

Toggle v0.3's commit message
Feature:

--app:
1. Add optimizer checkpoint and training resumption support.
2. Add better tensorboard support.
3. Add nerf distortion loss.
4. Support multi-focal in city dataloader.

--dist_render:
1. Support dynamic fetching, a strategy to prefetch and offload parameters for limited GPU memory, to support infinite rendering area.

Bugfix:
1. Fix augments shadow copy bug
2. Delete deprecated dataloader in dist_render
3. Refactor the import way in different modules

v0.2

Toggle v0.2's commit message
Feature:

1.Support GridNeRF Hybrid Parallel Traning with Model Parallel and DDP Training.
2.Support MatrixCity Datasets.
3.Support Real-time Distributed Rendering System.

Bugfix:
1.Fix data splitting bug in colmap2nerf.py.
2.Fix the description of N_vis parameter does not match the actual function.
3.Testview and trainview are distinguished in drone dataloader.
4.Add the xml processing code.

v0.1

Toggle v0.1's commit message
The origin LandMark codebase.