This commit is contained in:
Bo Zhang 2021-06-17 17:49:19 +08:00 коммит произвёл GitHub
Родитель ca86bf8b39
Коммит 480b425714
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -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).*