summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun-Yan Zhu <junyanz@users.noreply.github.com>2018-02-16 11:12:25 -0500
committerGitHub <noreply@github.com>2018-02-16 11:12:25 -0500
commit054b890237e84c14dc0a536e8590addb57ad08b1 (patch)
tree62721f0755f8915357228472896928645ab5a975
parent455e803e6b41580297e5c4a9f192a1ba891477c3 (diff)
Update README.md
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index 02c2d36..94466ef 100644
--- a/README.md
+++ b/README.md
@@ -222,19 +222,21 @@ This will combine each pair of images (A,B) into a single image file, ready for
## Citation
If you use this code for your research, please cite our papers.
```
-@article{CycleGAN2017,
- title={Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks},
+@inproceedings{CycleGAN2017,
+ title={Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networkss},
author={Zhu, Jun-Yan and Park, Taesung and Isola, Phillip and Efros, Alexei A},
- journal={arXiv preprint arXiv:1703.10593},
+ booktitle={Computer Vision (ICCV), 2017 IEEE International Conference on},
year={2017}
}
-@article{pix2pix2016,
+
+@inproceedings{isola2016image,
title={Image-to-Image Translation with Conditional Adversarial Networks},
author={Isola, Phillip and Zhu, Jun-Yan and Zhou, Tinghui and Efros, Alexei A},
- journal={arxiv},
- year={2016}
+ booktitle={Computer Vision and Pattern Recognition (CVPR), 2017 IEEE Conference on},
+ year={2017}
}
+
```
## Related Projects