Spaces:
Running
on
Zero
Running
on
Zero
arxiv
Browse files
app.py
CHANGED
|
@@ -75,6 +75,22 @@ If ColorFlow is helpful, please help to ⭐ the <a href='https://github.com/Tenc
|
|
| 75 |
📧 **Contact**
|
| 76 |
<br>
|
| 77 |
If you have any questions, please feel free to reach me out at <b>zhuangjh23@mails.tsinghua.edu.cn</b>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
"""
|
| 79 |
|
| 80 |
model_global_path = snapshot_download(repo_id="TencentARC/ColorFlow", cache_dir='./colorflow/', repo_type="model")
|
|
@@ -436,7 +452,7 @@ with gr.Blocks() as demo:
|
|
| 436 |
<h3 style="text-align: center; font-size: 1.8em;">Retrieval-Augmented Image Sequence Colorization</h3>
|
| 437 |
<p style="text-align: center; font-weight: bold;">
|
| 438 |
<a href="https://zhuang2002.github.io/ColorFlow/">Project Page</a> |
|
| 439 |
-
<a href="https://arxiv.org/abs/">ArXiv Preprint</a> |
|
| 440 |
<a href="https://github.com/TencentARC/ColorFlow">GitHub Repository</a>
|
| 441 |
</p>
|
| 442 |
<p style="text-align: center; font-weight: bold;">
|
|
|
|
| 75 |
📧 **Contact**
|
| 76 |
<br>
|
| 77 |
If you have any questions, please feel free to reach me out at <b>zhuangjh23@mails.tsinghua.edu.cn</b>.
|
| 78 |
+
|
| 79 |
+
📝 **Citation**
|
| 80 |
+
<br>
|
| 81 |
+
If our work is useful for your research, please consider citing:
|
| 82 |
+
```bibtex
|
| 83 |
+
@misc{zhuang2024colorflow,
|
| 84 |
+
title={ColorFlow: Retrieval-Augmented Image Sequence Colorization},
|
| 85 |
+
author={Junhao Zhuang and Xuan Ju and Zhaoyang Zhang and Yong Liu and Shiyi Zhang and Chun Yuan and Ying Shan},
|
| 86 |
+
year={2024},
|
| 87 |
+
eprint={2412.11815},
|
| 88 |
+
archivePrefix={arXiv},
|
| 89 |
+
primaryClass={cs.CV},
|
| 90 |
+
url={https://arxiv.org/abs/2412.11815},
|
| 91 |
+
}
|
| 92 |
+
```
|
| 93 |
+
|
| 94 |
"""
|
| 95 |
|
| 96 |
model_global_path = snapshot_download(repo_id="TencentARC/ColorFlow", cache_dir='./colorflow/', repo_type="model")
|
|
|
|
| 452 |
<h3 style="text-align: center; font-size: 1.8em;">Retrieval-Augmented Image Sequence Colorization</h3>
|
| 453 |
<p style="text-align: center; font-weight: bold;">
|
| 454 |
<a href="https://zhuang2002.github.io/ColorFlow/">Project Page</a> |
|
| 455 |
+
<a href="https://arxiv.org/abs/2412.11815">ArXiv Preprint</a> |
|
| 456 |
<a href="https://github.com/TencentARC/ColorFlow">GitHub Repository</a>
|
| 457 |
</p>
|
| 458 |
<p style="text-align: center; font-weight: bold;">
|