toshas commited on
Commit
b1c368b
·
1 Parent(s): 5fe484e

update homepage and arxiv

Browse files
Files changed (2) hide show
  1. README.md +10 -1
  2. app.py +2 -2
README.md CHANGED
@@ -13,7 +13,7 @@ models:
13
  ---
14
 
15
  This is a demo of Marigold, the state-of-the-art normals estimator for images in the wild.
16
- Find out more in our CVPR 2024 paper titled ["Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation"](https://arxiv.org/abs/2312.02145)
17
 
18
  ```
19
  @InProceedings{ke2023repurposing,
@@ -22,4 +22,13 @@ Find out more in our CVPR 2024 paper titled ["Repurposing Diffusion-Based Image
22
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
23
  year={2024}
24
  }
 
 
 
 
 
 
 
 
 
25
  ```
 
13
  ---
14
 
15
  This is a demo of Marigold, the state-of-the-art normals estimator for images in the wild.
16
+ Find out more in our paper titled ["Marigold: Affordable Adaptation of Diffusion-Based Image Generators for Image Analysis"](https://arxiv.org/abs/2505.09358)
17
 
18
  ```
19
  @InProceedings{ke2023repurposing,
 
22
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
23
  year={2024}
24
  }
25
+
26
+ @misc{ke2025marigold,
27
+ title={Marigold: Affordable Adaptation of Diffusion-Based Image Generators for Image Analysis},
28
+ author={Bingxin Ke and Kevin Qu and Tianfu Wang and Nando Metzger and Shengyu Huang and Bo Li and Anton Obukhov and Konrad Schindler},
29
+ year={2025},
30
+ eprint={2505.09358},
31
+ archivePrefix={arXiv},
32
+ primaryClass={cs.CV}
33
+ }
34
  ```
app.py CHANGED
@@ -74,13 +74,13 @@ class MarigoldNormalsApp(DualVisionApp):
74
  gr.Markdown(
75
  f"""
76
  <p align="center">
77
- <a title="Website" href="https://marigoldmonodepth.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/2312.02145" 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;">
 
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;">