vulus98 commited on
Commit
fed81f2
·
verified ·
1 Parent(s): ed2e71e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -36,14 +36,14 @@ The model is fine-tuned from the `marigold-e2e-ft` [model](https://huggingface.c
36
  described in our paper:
37
  - [Paper](paper link) titled "Panorama Geometry Estimation using Single-Step Diffusion Models"
38
 
39
-
40
- You can also check out our [scale-invariant depth estimation model](https://huggingface.co/prs-eth/PaGeR-depth), [metric depth estimation model](https://huggingface.co/prs-eth/PaGeR-metric-depth), or test models in our [demo](https://huggingface.co/spaces/prs-eth/PaGeR).
41
  ## Model Details
42
  - **Developed by:** [Vukasin Bozic](https://vulus98.github.io/), [Isidora Slavkovic](https://linkedin.com/in/isidora-slavkovic), [Dominik Narnhofer](https://scholar.google.com/citations?user=tFx8AhkAAAAJ&hl=en), [Nando Metzger](https://nandometzger.github.io/), [Denis Rozumny](https://rozumden.github.io/), [Konrad Schindler](https://scholar.google.com/citations?user=FZuNgqIAAAAJ), [Nikolai Kalischek](https://scholar.google.com/citations?user=XwzlnZoAAAAJ&hl=de).
43
  - **Model type:** Generative latent diffusion-based one-step monocular panoramic surface normal estimation from a single ERP image.
44
  - **License:** [CreativeML OpenRAIL License](LICENSE).
45
  - **Model Description:** This model can be used to generate an estimated normals map of a panoramic input image.
46
  - **Resolution**: The model is designed to support large resolutions up to 3K.
 
47
  - **Steps and scheduler**: This model works in a swift, one-step regime.
48
  - **Outputs**:
49
  - **Surface Normals map**: The predicted values represent a 3D normals map in range 0-1, representing the 3D surface normal vector at each pixel.
 
36
  described in our paper:
37
  - [Paper](paper link) titled "Panorama Geometry Estimation using Single-Step Diffusion Models"
38
 
39
+ You can also check out other depth and normals models in our [collection](https://huggingface.co/collections/prs-eth/pager), or test models in our [demo](https://huggingface.co/spaces/prs-eth/PaGeR).
 
40
  ## Model Details
41
  - **Developed by:** [Vukasin Bozic](https://vulus98.github.io/), [Isidora Slavkovic](https://linkedin.com/in/isidora-slavkovic), [Dominik Narnhofer](https://scholar.google.com/citations?user=tFx8AhkAAAAJ&hl=en), [Nando Metzger](https://nandometzger.github.io/), [Denis Rozumny](https://rozumden.github.io/), [Konrad Schindler](https://scholar.google.com/citations?user=FZuNgqIAAAAJ), [Nikolai Kalischek](https://scholar.google.com/citations?user=XwzlnZoAAAAJ&hl=de).
42
  - **Model type:** Generative latent diffusion-based one-step monocular panoramic surface normal estimation from a single ERP image.
43
  - **License:** [CreativeML OpenRAIL License](LICENSE).
44
  - **Model Description:** This model can be used to generate an estimated normals map of a panoramic input image.
45
  - **Resolution**: The model is designed to support large resolutions up to 3K.
46
+ - **Dataset**: [PanoInfinigen]()
47
  - **Steps and scheduler**: This model works in a swift, one-step regime.
48
  - **Outputs**:
49
  - **Surface Normals map**: The predicted values represent a 3D normals map in range 0-1, representing the 3D surface normal vector at each pixel.