File size: 706 Bytes
5332bf7 fa6a961 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
license: apache-2.0
---
## ddcolor_paper_tiny
Pretrained model for DDColor
For more information, see [DDColor Model Zoo](https://github.com/piddnad/DDColor/blob/main/MODEL_ZOO.md)
* Paper: https://arxiv.org/abs/2212.11613
* Code: https://github.com/piddnad/DDColor
## Citation
If our work is helpful for your research, please consider citing:
```
@inproceedings{kang2023ddcolor,
title={DDColor: Towards Photo-Realistic Image Colorization via Dual Decoders},
author={Kang, Xiaoyang and Yang, Tao and Ouyang, Wenqi and Ren, Peiran and Li, Lingzhi and Xie, Xuansong},
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
pages={328--338},
year={2023}
}
``` |