Add github link, general pipeline tag (#6)
Browse files- Add github link, general pipeline tag (0a3405133dcb156da9a903602a783b58f4c230e5)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
5 |
-
|
6 |
-
|
7 |
tags:
|
8 |
- depth estimation
|
9 |
- latent consistency model
|
@@ -11,6 +10,7 @@ tags:
|
|
11 |
- computer vision
|
12 |
- in-the-wild
|
13 |
- zero-shot
|
|
|
14 |
---
|
15 |
|
16 |
<h1 align="center">Marigold Depth LCM v1-0 Model Card</h1>
|
@@ -88,4 +88,4 @@ described in our papers:
|
|
88 |
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
89 |
year={2024}
|
90 |
}
|
91 |
-
```
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
+
pipeline_tag: image-to-image
|
6 |
tags:
|
7 |
- depth estimation
|
8 |
- latent consistency model
|
|
|
10 |
- computer vision
|
11 |
- in-the-wild
|
12 |
- zero-shot
|
13 |
+
new_version: prs-eth/marigold-depth-v1-1
|
14 |
---
|
15 |
|
16 |
<h1 align="center">Marigold Depth LCM v1-0 Model Card</h1>
|
|
|
88 |
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
89 |
year={2024}
|
90 |
}
|
91 |
+
```
|