Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This dataset is part of the CycleGAN datasets, originally hosted here: https://people.eecs.berkeley.edu/~taesung_park/CycleGAN/datasets/
|
| 2 |
+
|
| 3 |
+
# Citation
|
| 4 |
+
```
|
| 5 |
+
@article{DBLP:journals/corr/ZhuPIE17,
|
| 6 |
+
author = {Jun{-}Yan Zhu and
|
| 7 |
+
Taesung Park and
|
| 8 |
+
Phillip Isola and
|
| 9 |
+
Alexei A. Efros},
|
| 10 |
+
title = {Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial
|
| 11 |
+
Networks},
|
| 12 |
+
journal = {CoRR},
|
| 13 |
+
volume = {abs/1703.10593},
|
| 14 |
+
year = {2017},
|
| 15 |
+
url = {http://arxiv.org/abs/1703.10593},
|
| 16 |
+
eprinttype = {arXiv},
|
| 17 |
+
eprint = {1703.10593},
|
| 18 |
+
timestamp = {Mon, 13 Aug 2018 16:48:06 +0200},
|
| 19 |
+
biburl = {https://dblp.org/rec/journals/corr/ZhuPIE17.bib},
|
| 20 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
| 21 |
+
}
|
| 22 |
+
```
|