gigant commited on
Commit
0d58cdc
·
1 Parent(s): e03172f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -20,4 +20,10 @@ For more details about the dataset you can refer to the [original CycleGAN publi
20
  ### Citation Information
21
 
22
  ```
 
 
 
 
 
 
23
  ```
 
20
  ### Citation Information
21
 
22
  ```
23
+ @inproceedings{CycleGAN2017,
24
+ title={Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks},
25
+ author={Zhu, Jun-Yan and Park, Taesung and Isola, Phillip and Efros, Alexei A},
26
+ booktitle={Computer Vision (ICCV), 2017 IEEE International Conference on},
27
+ year={2017}
28
+ }
29
  ```