Spaces:
Running
on
Zero
Running
on
Zero
update homepage and arxiv
Browse files
README.md
CHANGED
@@ -21,4 +21,13 @@ This is a demo of the monocular depth estimation pipeline, described in the CVPR
|
|
21 |
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
22 |
year={2024}
|
23 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
```
|
|
|
21 |
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
22 |
year={2024}
|
23 |
}
|
24 |
+
|
25 |
+
@misc{ke2025marigold,
|
26 |
+
title={Marigold: Affordable Adaptation of Diffusion-Based Image Generators for Image Analysis},
|
27 |
+
author={Bingxin Ke and Kevin Qu and Tianfu Wang and Nando Metzger and Shengyu Huang and Bo Li and Anton Obukhov and Konrad Schindler},
|
28 |
+
year={2025},
|
29 |
+
eprint={2505.09358},
|
30 |
+
archivePrefix={arXiv},
|
31 |
+
primaryClass={cs.CV}
|
32 |
+
}
|
33 |
```
|
app.py
CHANGED
@@ -74,13 +74,13 @@ class MarigoldDepthApp(DualVisionApp):
|
|
74 |
gr.Markdown(
|
75 |
f"""
|
76 |
<p align="center">
|
77 |
-
<a title="Website" href="https://
|
78 |
<img src="https://img.shields.io/badge/%E2%99%A5%20Project%20-Website-blue">
|
79 |
</a>
|
80 |
<a title="diffusers" href="https://huggingface.co/docs/diffusers/using-diffusers/marigold_usage" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
81 |
<img src="https://img.shields.io/badge/%F0%9F%A7%A8%20Read_diffusers-Tutorial-yellow?labelColor=green">
|
82 |
</a>
|
83 |
-
<a title="arXiv" href="https://arxiv.org/abs/
|
84 |
<img src="https://img.shields.io/badge/%F0%9F%93%84%20Read%20-Paper-AF3436">
|
85 |
</a>
|
86 |
<a title="Github" href="https://github.com/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
|
|
74 |
gr.Markdown(
|
75 |
f"""
|
76 |
<p align="center">
|
77 |
+
<a title="Website" href="https://marigoldcomputervision.github.io/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
78 |
<img src="https://img.shields.io/badge/%E2%99%A5%20Project%20-Website-blue">
|
79 |
</a>
|
80 |
<a title="diffusers" href="https://huggingface.co/docs/diffusers/using-diffusers/marigold_usage" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
81 |
<img src="https://img.shields.io/badge/%F0%9F%A7%A8%20Read_diffusers-Tutorial-yellow?labelColor=green">
|
82 |
</a>
|
83 |
+
<a title="arXiv" href="https://arxiv.org/abs/2505.09358" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
84 |
<img src="https://img.shields.io/badge/%F0%9F%93%84%20Read%20-Paper-AF3436">
|
85 |
</a>
|
86 |
<a title="Github" href="https://github.com/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|