Views
No views yet
logl2 objective.| File | Backbone | Wrapper | model_choice.py name | Params |
|---|---|---|---|---|
DA3_MOG_Sky_LogL2.ckpt | DA3 Giant | DA3Wrapper | mda_mog_sky_l2 | ~1.36 B |
VGGT_MOG_LogL2.ckpt | VGGT-1B | VGGTWrapper | vggt_mog_l2 | ~1.16 B |
save_weights_only=True, Lightning 2.5.6).
State-dict keys are prefixed net.net.* because the network is wrapped by a
Lightning module — strip the prefix and load into the bare net. These are research checkpoints and are not loadable
through the standard DepthAnything3.from_pretrained HF API.1@misc{bian2026modeling,
2 title = {Modeling Depth Ambiguity: A Mixture-Density Representation for Flying-Point-Free Depth Estimation},
3 author = {Siyuan Bian and Congrong Xu and Jun Gao},
4 year = {2026},
5 eprint = {2606.02552},
6 archivePrefix = {arXiv},
7 primaryClass = {cs.CV},
8 url = {https://arxiv.org/abs/2606.02552}
9}