From 480b4257143c4185b660f27cadb038dfbf06bc79 Mon Sep 17 00:00:00 2001 From: Bo Zhang Date: Thu, 17 Jun 2021 17:49:19 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8aad1bd..ed36f71 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,17 @@ If you use this code for your research, please cite our papers. year={2021} } ``` +Besides, welcome to cite our CoCosNet v1: +``` +@inproceedings{zhang2020cross, + title={Cross-domain Correspondence Learning for Exemplar-based Image Translation}, + author={Zhang, Pan and Zhang, Bo and Chen, Dong and Yuan, Lu and Wen, Fang}, + booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition}, + pages={5143--5153}, + year={2020} +} +``` + ## Acknowledgments *This code borrows heavily from [CocosNet](https://github.com/microsoft/CoCosNet) and [DeepPruner](https://github.com/uber-research/DeepPruner). We also thank [SPADE](https://github.com/NVlabs/SPADE) and [RAFT](https://github.com/princeton-vl/RAFT).*