toshas commited on
Commit
2cb1a4f
·
1 Parent(s): e206b9d

unify cards

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -2,7 +2,7 @@
2
  language:
3
  - en
4
  license: apache-2.0
5
- pipeline_tag: depth-estimation
6
  library_name: diffusers
7
  tags:
8
  - depth estimation
@@ -11,7 +11,6 @@ tags:
11
  - in-the-wild
12
  - zero-shot
13
  new_version: prs-eth/marigold-depth-v1-1
14
- pinned: true
15
  ---
16
 
17
  <h1 align="center">Marigold Depth v1-0 Model Card</h1>
@@ -47,11 +46,10 @@ pinned: true
47
  This is a model card for the `marigold-depth-v1-0` model for monocular depth estimation from a single image.
48
  The model is fine-tuned from the `stable-diffusion-2` [model](https://huggingface.co/stabilityai/stable-diffusion-2) as
49
  described in our papers:
50
- - [CVPR'2024 paper](https://arxiv.org/abs/2312.02145) titled "Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation"
51
- - [Jounal extension](https://www.arxiv.org/abs/2505.09358) titled "Marigold: Affordable Adaptation of Diffusion-Based Image Generators for Image Analysis"
52
 
53
  ### Using the model
54
-
55
  - Play with the interactive [Hugging Face Spaces demo](https://huggingface.co/spaces/prs-eth/marigold): check out how the model works with example images or upload your own.
56
  - Use it with [diffusers](https://huggingface.co/docs/diffusers/using-diffusers/marigold_usage) to compute the results with a few lines of code.
57
  - Get to the bottom of things with our [official codebase](https://github.com/prs-eth/marigold).
 
2
  language:
3
  - en
4
  license: apache-2.0
5
+ pipeline_tag: image-to-image
6
  library_name: diffusers
7
  tags:
8
  - depth estimation
 
11
  - in-the-wild
12
  - zero-shot
13
  new_version: prs-eth/marigold-depth-v1-1
 
14
  ---
15
 
16
  <h1 align="center">Marigold Depth v1-0 Model Card</h1>
 
46
  This is a model card for the `marigold-depth-v1-0` model for monocular depth estimation from a single image.
47
  The model is fine-tuned from the `stable-diffusion-2` [model](https://huggingface.co/stabilityai/stable-diffusion-2) as
48
  described in our papers:
49
+ - [CVPR'2024 paper](https://hf.co/papers/2312.02145) titled "Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation"
50
+ - [Journal extension](https://hf.co/papers/2505.09358) titled "Marigold: Affordable Adaptation of Diffusion-Based Image Generators for Image Analysis"
51
 
52
  ### Using the model
 
53
  - Play with the interactive [Hugging Face Spaces demo](https://huggingface.co/spaces/prs-eth/marigold): check out how the model works with example images or upload your own.
54
  - Use it with [diffusers](https://huggingface.co/docs/diffusers/using-diffusers/marigold_usage) to compute the results with a few lines of code.
55
  - Get to the bottom of things with our [official codebase](https://github.com/prs-eth/marigold).