toshas commited on
Commit
17e6881
·
1 Parent(s): 61abf15

clean up html

Browse files
Files changed (2) hide show
  1. README.md +14 -14
  2. index.html +13 -13
README.md CHANGED
@@ -13,41 +13,41 @@ models:
13
  <h2 align="center">Marigold-LCM Depth Estimation</h2>
14
  <p align="center"><span style="color: red;"><b>This demo is deprecated.</b></span></p>
15
  <p align="center"><b>Fast and reliable</b> single-step estimation is now available in the original Marigold
16
- <a title="Image Depth" href="https://huggingface.co/spaces/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
17
- <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Depth%20-Demo-yellow" style="vertical-align: middle;" alt="imagedepth">
18
  </a>
19
  </p>
20
  <p align="center"><b>3D-printable bas-relief</b> models creation is now available in a separate
21
- <a title="Depth-to-3D" href="https://huggingface.co/spaces/prs-eth/depth-to-3d-print" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
22
- <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Depth--to--3D%20-Demo-yellow" style="vertical-align: middle;" alt="depthto3d">
23
- </a>
24
  </p>
25
  <p align="center"><b>Video depth</b> processing function is improved and available in a separate
26
- <a title="Video Depth" href="https://huggingface.co/spaces/prs-eth/rollingdepth" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
27
- <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Video%20Depth%20-Demo-yellow" style="vertical-align: middle;" alt="videodepth">
28
  </a>
29
  </p>
30
  <p align="center"><span style="color: blue;"><b>Check out other Marigold resources:</b></span></p>
31
  <p align="center">
32
  <a title="Website" href="https://marigoldmonodepth.github.io/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
33
- <img src="https://img.shields.io/badge/%E2%99%A5%20Project%20-Website-blue">
34
  </a>
35
  <a title="arXiv" href="https://arxiv.org/abs/2312.02145" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
36
- <img src="https://img.shields.io/badge/%F0%9F%93%84%20Read%20-Paper-AF3436">
37
  </a>
38
  <a title="Github" href="https://github.com/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
39
- <img src="https://img.shields.io/github/stars/prs-eth/marigold?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
40
  </a>
41
  <a title="Image Normals" href="https://huggingface.co/spaces/prs-eth/marigold-normals" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
42
- <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Normals%20-Demo-yellow" alt="imagedepth">
43
  </a>
44
  <a title="Image Intrinsics" href="https://huggingface.co/spaces/prs-eth/marigold-iid" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
45
- <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Intrinsics%20-Demo-yellow" alt="imagedepth">
46
  </a>
47
  <a title="LiDAR Depth" href="https://huggingface.co/spaces/prs-eth/marigold-dc" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
48
- <img src="https://img.shields.io/badge/%F0%9F%A4%97%20LiDAR%20Depth%20-Demo-yellow" alt="imagedepth">
49
  </a>
50
  <a title="Social" href="https://twitter.com/antonobukhov1" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
51
- <img src="https://img.shields.io/twitter/follow/:?label=Subscribe%20for%20updates!" alt="social">
52
  </a>
53
  </p>
 
13
  <h2 align="center">Marigold-LCM Depth Estimation</h2>
14
  <p align="center"><span style="color: red;"><b>This demo is deprecated.</b></span></p>
15
  <p align="center"><b>Fast and reliable</b> single-step estimation is now available in the original Marigold
16
+ <a title="Image Depth" href="https://huggingface.co/spaces/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-flex; align-items: center; vertical-align: middle;">
17
+ <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Depth%20-Demo-yellow" alt="Image Depth">
18
  </a>
19
  </p>
20
  <p align="center"><b>3D-printable bas-relief</b> models creation is now available in a separate
21
+ <a title="Depth-to-3D" href="https://huggingface.co/spaces/prs-eth/depth-to-3d-print" target="_blank" rel="noopener noreferrer" style="display: inline-flex; align-items: center; vertical-align: middle;">
22
+ <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Depth--to--3D%20-Demo-yellow" alt="Depth-to-3D">
23
+ </a>
24
  </p>
25
  <p align="center"><b>Video depth</b> processing function is improved and available in a separate
26
+ <a title="Video Depth" href="https://huggingface.co/spaces/prs-eth/rollingdepth" target="_blank" rel="noopener noreferrer" style="display: inline-flex; align-items: center; vertical-align: middle;">
27
+ <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Video%20Depth%20-Demo-yellow" alt="Video Depth">
28
  </a>
29
  </p>
30
  <p align="center"><span style="color: blue;"><b>Check out other Marigold resources:</b></span></p>
31
  <p align="center">
32
  <a title="Website" href="https://marigoldmonodepth.github.io/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
33
+ <img src="https://img.shields.io/badge/%E2%99%A5%20Project%20-Website-blue" alt="Website">
34
  </a>
35
  <a title="arXiv" href="https://arxiv.org/abs/2312.02145" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
36
+ <img src="https://img.shields.io/badge/%F0%9F%93%84%20Read%20-Paper-AF3436" alt="arXiv">
37
  </a>
38
  <a title="Github" href="https://github.com/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
39
+ <img src="https://img.shields.io/github/stars/prs-eth/marigold?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="Github">
40
  </a>
41
  <a title="Image Normals" href="https://huggingface.co/spaces/prs-eth/marigold-normals" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
42
+ <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Normals%20-Demo-yellow" alt="Image Normals">
43
  </a>
44
  <a title="Image Intrinsics" href="https://huggingface.co/spaces/prs-eth/marigold-iid" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
45
+ <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Intrinsics%20-Demo-yellow" alt="Image Intrinsics">
46
  </a>
47
  <a title="LiDAR Depth" href="https://huggingface.co/spaces/prs-eth/marigold-dc" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
48
+ <img src="https://img.shields.io/badge/%F0%9F%A4%97%20LiDAR%20Depth%20-Demo-yellow" alt="LiDAR Depth">
49
  </a>
50
  <a title="Social" href="https://twitter.com/antonobukhov1" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
51
+ <img src="https://img.shields.io/twitter/follow/:?label=Subscribe%20for%20updates!" alt="Social">
52
  </a>
53
  </p>
index.html CHANGED
@@ -14,42 +14,42 @@
14
  <h2 align="center">Marigold-LCM Depth Estimation</h2>
15
  <p align="center"><span style="color: red;"><b>This demo is deprecated.</b></span></p>
16
  <p align="center"><b>Fast and reliable</b> single-step estimation is now available in the original Marigold
17
- <a title="Image Depth" href="https://huggingface.co/spaces/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
18
- <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Depth%20-Demo-yellow" style="vertical-align: middle;" alt="imagedepth">
19
  </a>
20
  </p>
21
  <p align="center"><b>3D-printable bas-relief</b> models creation is now available in a separate
22
- <a title="Depth-to-3D" href="https://huggingface.co/spaces/prs-eth/depth-to-3d-print" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
23
- <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Depth--to--3D%20-Demo-yellow" style="vertical-align: middle;" alt="depthto3d">
24
  </a>
25
  </p>
26
  <p align="center"><b>Video depth</b> processing function is improved and available in a separate
27
- <a title="Video Depth" href="https://huggingface.co/spaces/prs-eth/rollingdepth" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
28
- <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Video%20Depth%20-Demo-yellow" style="vertical-align: middle;" alt="videodepth">
29
  </a>
30
  </p>
31
  <p align="center"><span style="color: blue;"><b>Check out other Marigold resources:</b></span></p>
32
  <p align="center">
33
  <a title="Website" href="https://marigoldmonodepth.github.io/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
34
- <img src="https://img.shields.io/badge/%E2%99%A5%20Project%20-Website-blue">
35
  </a>
36
  <a title="arXiv" href="https://arxiv.org/abs/2312.02145" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
37
- <img src="https://img.shields.io/badge/%F0%9F%93%84%20Read%20-Paper-AF3436">
38
  </a>
39
  <a title="Github" href="https://github.com/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
40
- <img src="https://img.shields.io/github/stars/prs-eth/marigold?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
41
  </a>
42
  <a title="Image Normals" href="https://huggingface.co/spaces/prs-eth/marigold-normals" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
43
- <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Normals%20-Demo-yellow" alt="imagedepth">
44
  </a>
45
  <a title="Image Intrinsics" href="https://huggingface.co/spaces/prs-eth/marigold-iid" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
46
- <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Intrinsics%20-Demo-yellow" alt="imagedepth">
47
  </a>
48
  <a title="LiDAR Depth" href="https://huggingface.co/spaces/prs-eth/marigold-dc" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
49
- <img src="https://img.shields.io/badge/%F0%9F%A4%97%20LiDAR%20Depth%20-Demo-yellow" alt="imagedepth">
50
  </a>
51
  <a title="Social" href="https://twitter.com/antonobukhov1" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
52
- <img src="https://img.shields.io/twitter/follow/:?label=Subscribe%20for%20updates!" alt="social">
53
  </a>
54
  </p>
55
  </body>
 
14
  <h2 align="center">Marigold-LCM Depth Estimation</h2>
15
  <p align="center"><span style="color: red;"><b>This demo is deprecated.</b></span></p>
16
  <p align="center"><b>Fast and reliable</b> single-step estimation is now available in the original Marigold
17
+ <a title="Image Depth" href="https://huggingface.co/spaces/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-flex; align-items: center; vertical-align: middle;">
18
+ <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Depth%20-Demo-yellow" alt="Image Depth">
19
  </a>
20
  </p>
21
  <p align="center"><b>3D-printable bas-relief</b> models creation is now available in a separate
22
+ <a title="Depth-to-3D" href="https://huggingface.co/spaces/prs-eth/depth-to-3d-print" target="_blank" rel="noopener noreferrer" style="display: inline-flex; align-items: center; vertical-align: middle;">
23
+ <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Depth--to--3D%20-Demo-yellow" alt="Depth-to-3D">
24
  </a>
25
  </p>
26
  <p align="center"><b>Video depth</b> processing function is improved and available in a separate
27
+ <a title="Video Depth" href="https://huggingface.co/spaces/prs-eth/rollingdepth" target="_blank" rel="noopener noreferrer" style="display: inline-flex; align-items: center; vertical-align: middle;">
28
+ <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Video%20Depth%20-Demo-yellow" alt="Video Depth">
29
  </a>
30
  </p>
31
  <p align="center"><span style="color: blue;"><b>Check out other Marigold resources:</b></span></p>
32
  <p align="center">
33
  <a title="Website" href="https://marigoldmonodepth.github.io/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
34
+ <img src="https://img.shields.io/badge/%E2%99%A5%20Project%20-Website-blue" alt="Website">
35
  </a>
36
  <a title="arXiv" href="https://arxiv.org/abs/2312.02145" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
37
+ <img src="https://img.shields.io/badge/%F0%9F%93%84%20Read%20-Paper-AF3436" alt="arXiv">
38
  </a>
39
  <a title="Github" href="https://github.com/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
40
+ <img src="https://img.shields.io/github/stars/prs-eth/marigold?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="Github">
41
  </a>
42
  <a title="Image Normals" href="https://huggingface.co/spaces/prs-eth/marigold-normals" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
43
+ <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Normals%20-Demo-yellow" alt="Image Normals">
44
  </a>
45
  <a title="Image Intrinsics" href="https://huggingface.co/spaces/prs-eth/marigold-iid" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
46
+ <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Intrinsics%20-Demo-yellow" alt="Image Intrinsics">
47
  </a>
48
  <a title="LiDAR Depth" href="https://huggingface.co/spaces/prs-eth/marigold-dc" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
49
+ <img src="https://img.shields.io/badge/%F0%9F%A4%97%20LiDAR%20Depth%20-Demo-yellow" alt="LiDAR Depth">
50
  </a>
51
  <a title="Social" href="https://twitter.com/antonobukhov1" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
52
+ <img src="https://img.shields.io/twitter/follow/:?label=Subscribe%20for%20updates!" alt="Social">
53
  </a>
54
  </p>
55
  </body>