vulus98 commited on
Commit
028a729
·
verified ·
1 Parent(s): 148a7f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -72,7 +72,6 @@ You can also browse the rest of our [PaGeR HF collection](https://huggingface.co
72
  - **Indoor / outdoor routing (inference-time add-on, not part of the paper):** The paper's per-domain numbers were produced with the indoor or outdoor scale head selected manually per dataset. For convenience in the released demo and CLI, a small zero-shot [CLIP ViT-B/32](https://github.com/openai/CLIP) classifier (loaded via [`open_clip`](https://github.com/mlfoundations/open_clip)) can auto-pick between the twin scale heads at inference time, by scoring the 4 equatorial cubemap faces against two text-prompt centroids ("indoor scene" vs. "outdoor scene"). The router lives outside the checkpoint and can be overridden by the user (`--scene_mode {auto,indoor,outdoor}`).
73
  - **Resolution:** Designed for high-resolution ERP inputs, up to 3K.
74
  - **License:** [CC BY-NC 4.0](LICENSE) — academic / non-commercial use only. The released weights are derivative works of the [Depth Anything 3](https://github.com/ByteDance-Seed/Depth-Anything-3) `da3-giant` backbone, released by ByteDance under CC BY-NC 4.0, and inherit that restriction. The CLIP ViT-B/32 weights used for the indoor/outdoor router are loaded from [`open_clip`](https://github.com/mlfoundations/open_clip) at runtime; they are MIT-licensed and travel separately, so they do not propagate any additional restriction. Commercial use is not permitted.
75
- - **Resources for more information:** [Project Website](https://prs-eth.github.io/PaGeR/), [Paper](https://arxiv.org/abs/2605.26368), [Code](https://github.com/prs-eth/PaGeR).
76
 
77
  ### Other released checkpoints
78
 
 
72
  - **Indoor / outdoor routing (inference-time add-on, not part of the paper):** The paper's per-domain numbers were produced with the indoor or outdoor scale head selected manually per dataset. For convenience in the released demo and CLI, a small zero-shot [CLIP ViT-B/32](https://github.com/openai/CLIP) classifier (loaded via [`open_clip`](https://github.com/mlfoundations/open_clip)) can auto-pick between the twin scale heads at inference time, by scoring the 4 equatorial cubemap faces against two text-prompt centroids ("indoor scene" vs. "outdoor scene"). The router lives outside the checkpoint and can be overridden by the user (`--scene_mode {auto,indoor,outdoor}`).
73
  - **Resolution:** Designed for high-resolution ERP inputs, up to 3K.
74
  - **License:** [CC BY-NC 4.0](LICENSE) — academic / non-commercial use only. The released weights are derivative works of the [Depth Anything 3](https://github.com/ByteDance-Seed/Depth-Anything-3) `da3-giant` backbone, released by ByteDance under CC BY-NC 4.0, and inherit that restriction. The CLIP ViT-B/32 weights used for the indoor/outdoor router are loaded from [`open_clip`](https://github.com/mlfoundations/open_clip) at runtime; they are MIT-licensed and travel separately, so they do not propagate any additional restriction. Commercial use is not permitted.
 
75
 
76
  ### Other released checkpoints
77