Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Citation
|
2 |
+
```
|
3 |
+
@article{pix2pix2017,
|
4 |
+
title={Image-to-Image Translation with Conditional Adversarial Networks},
|
5 |
+
author={Isola, Phillip and Zhu, Jun-Yan and Zhou, Tinghui and Efros, Alexei A},
|
6 |
+
journal={CVPR},
|
7 |
+
year={2017}
|
8 |
+
}
|
9 |
+
```
|