vulus98 commited on
Commit
db91e6d
ยท
1 Parent(s): 08fff05

Add arXiv link and BibTeX citation to Space card

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -20,6 +20,7 @@ tags:
20
  - depth-estimation
21
  - normal-estimation
22
  - surface-normals
 
23
  preload_from_hub:
24
  - prs-eth/PaGeR
25
  suggested_hardware: a10g-large
@@ -27,3 +28,26 @@ short_description: Panorama Geometry Reconstruction
27
  ---
28
 
29
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  - depth-estimation
21
  - normal-estimation
22
  - surface-normals
23
+ - arxiv:2605.26368
24
  preload_from_hub:
25
  - prs-eth/PaGeR
26
  suggested_hardware: a10g-large
 
28
  ---
29
 
30
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
31
+
32
+ # ๐Ÿ“Ÿ PaGeR โ€” Unified Panoramic Geometry Estimation
33
+
34
+ Interactive demo of [PaGeR](https://github.com/prs-eth/PaGeR): from a single
35
+ equirectangular panorama, one forward pass returns scale-invariant depth,
36
+ metric depth, surface normals, and a sky mask.
37
+
38
+ - **Paper:** [arXiv:2605.26368](https://arxiv.org/abs/2605.26368)
39
+ - **Code:** [github.com/prs-eth/PaGeR](https://github.com/prs-eth/PaGeR)
40
+ - **Models & datasets:** [PaGeR collection on the Hub](https://huggingface.co/collections/prs-eth/pager-697241d06b3733a6f18e4d39)
41
+
42
+ ## Citation
43
+
44
+ ```bibtex
45
+ @article{bozic2026pager,
46
+ title = {Unified Panoramic Geometry Estimation via Multi-View Foundation Models},
47
+ author = {Bozic, Vukasin and Slavkovic, Isidora and Narnhofer, Dominik and
48
+ Metzger, Nando and Rozumny, Denis and Schindler, Konrad and
49
+ Kalischek, Nikolai},
50
+ journal = {arXiv preprint arXiv:2605.26368},
51
+ year = {2026}
52
+ }
53
+ ```