Update pipeline tag to depth-estimation
Browse filesThis PR updates the `pipeline_tag` from `image-to-image` to `depth-estimation`.
While this specific checkpoint focuses on panoramic surface-normal estimation, `depth-estimation` is the standard category on the Hugging Face Hub for 3D geometry reconstruction and depth-related tasks. This change ensures the model is correctly indexed and more discoverable for users interested in panoramic vision and 3D foundation models.
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
| 3 |
tags:
|
| 4 |
- surface-normals
|
| 5 |
- normal-estimation
|
|
@@ -9,7 +10,6 @@ tags:
|
|
| 9 |
- computer-vision
|
| 10 |
- in-the-wild
|
| 11 |
- zero-shot
|
| 12 |
-
pipeline_tag: image-to-image
|
| 13 |
---
|
| 14 |
|
| 15 |
<h1 align="center"> 📟 PaGeR-Normals Model Card</h1>
|
|
@@ -32,9 +32,9 @@ pipeline_tag: image-to-image
|
|
| 32 |
</a>
|
| 33 |
</p>
|
| 34 |
|
| 35 |
-
`PaGeR-Normals` is the **normals-only** variant of PaGeR released with
|
| 36 |
|
| 37 |
-
- **Paper:**
|
| 38 |
|
| 39 |
From a single equirectangular (ERP) panorama, it produces a **dense surface-normal map** (unit vectors in the panorama's world frame) in a single forward pass. If you want depth, metric scale, and sky masking from the same model, use the unified [`prs-eth/PaGeR`](https://huggingface.co/prs-eth/PaGeR) checkpoint instead.
|
| 40 |
|
|
@@ -120,4 +120,4 @@ If you use this checkpoint in your work, please cite:
|
|
| 120 |
journal = {arXiv preprint arXiv:2605.26368},
|
| 121 |
year = {2026}
|
| 122 |
}
|
| 123 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
+
pipeline_tag: depth-estimation
|
| 4 |
tags:
|
| 5 |
- surface-normals
|
| 6 |
- normal-estimation
|
|
|
|
| 10 |
- computer-vision
|
| 11 |
- in-the-wild
|
| 12 |
- zero-shot
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
<h1 align="center"> 📟 PaGeR-Normals Model Card</h1>
|
|
|
|
| 32 |
</a>
|
| 33 |
</p>
|
| 34 |
|
| 35 |
+
`PaGeR-Normals` is the **normals-only** variant of PaGeR released with the paper:
|
| 36 |
|
| 37 |
+
- **Paper:** [Unified Panoramic Geometry Estimation via Multi-View Foundation Models](https://huggingface.co/papers/2605.26368) — [arXiv:2605.26368](https://arxiv.org/abs/2605.26368)
|
| 38 |
|
| 39 |
From a single equirectangular (ERP) panorama, it produces a **dense surface-normal map** (unit vectors in the panorama's world frame) in a single forward pass. If you want depth, metric scale, and sky masking from the same model, use the unified [`prs-eth/PaGeR`](https://huggingface.co/prs-eth/PaGeR) checkpoint instead.
|
| 40 |
|
|
|
|
| 120 |
journal = {arXiv preprint arXiv:2605.26368},
|
| 121 |
year = {2026}
|
| 122 |
}
|
| 123 |
+
```
|