Chris1 commited on
Commit
e180f38
1 Parent(s): 5109dc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -18,6 +18,8 @@ Given two image domains A and B, the following components are trained end2end to
18
  - A generator B to A, named G_BA conditioned on an image from B
19
  - A domain classifier D_A, associated with G_AB
20
  - A domain classifier D_B, associated with G_BA
 
 
21
  At inference time, G_AB or G_BA are relevant to translate images, respectively A to B or B to A.
22
  In the general setting, this technique provides style transfer functionalities between the selected image domains A and B.
23
  This allows to obtain a generated translation by G_AB, of an image from domain A that resembles the distribution of the images from domain B, and viceversa for the generator G_BA.
@@ -170,7 +172,7 @@ The following configuration has been kept fixed for all translation models:
170
  [Boreapeyachtclub to mutant-ape-yacht-club](https://wandb.ai/chris1nexus/experiments--my_paperspace_boredapeyachtclub__2__mutant-ape-yacht-club--11/reports/CycleGAN-training-report--VmlldzoxODUxNzg4?accessToken=jpyviwn7kdf5216ycrthwp6l8t3heb0lt8djt7dz12guu64qnpdh3ekecfcnoahu)
171
 
172
 
173
- #### ## Generated Images
174
 
175
  In the provided images, row0 and row2 represent real images from the respective collections.
176
  Row1 is the translation of the immediate above images in row0 by means of the G_AB translation model.
@@ -182,7 +184,7 @@ Row3 is the translation of the immediate above images in row2 by means of the G_
182
 
183
 
184
  ### References
185
-
186
  @misc{https://doi.org/10.48550/arxiv.1703.10593,
187
  doi = {10.48550/ARXIV.1703.10593},
188
 
@@ -200,7 +202,7 @@ Row3 is the translation of the immediate above images in row2 by means of the G_
200
 
201
  copyright = {arXiv.org perpetual, non-exclusive license}
202
  }
203
-
204
  ### BibTeX entry and citation info
205
 
206
  ```bibtex
 
18
  - A generator B to A, named G_BA conditioned on an image from B
19
  - A domain classifier D_A, associated with G_AB
20
  - A domain classifier D_B, associated with G_BA
21
+
22
+
23
  At inference time, G_AB or G_BA are relevant to translate images, respectively A to B or B to A.
24
  In the general setting, this technique provides style transfer functionalities between the selected image domains A and B.
25
  This allows to obtain a generated translation by G_AB, of an image from domain A that resembles the distribution of the images from domain B, and viceversa for the generator G_BA.
 
172
  [Boreapeyachtclub to mutant-ape-yacht-club](https://wandb.ai/chris1nexus/experiments--my_paperspace_boredapeyachtclub__2__mutant-ape-yacht-club--11/reports/CycleGAN-training-report--VmlldzoxODUxNzg4?accessToken=jpyviwn7kdf5216ycrthwp6l8t3heb0lt8djt7dz12guu64qnpdh3ekecfcnoahu)
173
 
174
 
175
+ #### Generated Images
176
 
177
  In the provided images, row0 and row2 represent real images from the respective collections.
178
  Row1 is the translation of the immediate above images in row0 by means of the G_AB translation model.
 
184
 
185
 
186
  ### References
187
+ ```bibtex
188
  @misc{https://doi.org/10.48550/arxiv.1703.10593,
189
  doi = {10.48550/ARXIV.1703.10593},
190
 
 
202
 
203
  copyright = {arXiv.org perpetual, non-exclusive license}
204
  }
205
+ ```
206
  ### BibTeX entry and citation info
207
 
208
  ```bibtex