Skip to content

Commit 8f21428

Browse files
committed
modified cyclegan intro
1 parent 6a91c2c commit 8f21428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/14-deep-learning/How CycleGAN Works.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"metadata": {},
1313
"source": [
1414
"## Introduction\n",
15-
"There are situations when we have two different domains of images, which are randomly organized or unpaired and we want to convert images from one domain to another just like [Pix2Pix](https://developers.arcgis.com/python/guide/how-pix2pix-works/).\n",
15+
"CycleGAN is and Image to Image translation model, just like [Pix2Pix](https://developers.arcgis.com/python/guide/how-pix2pix-works/). There are some challenges in Pix2Pix is that the images should be paired which are randomly organized or unpaired and we want to convert images from one domain to another just like \n",
1616
"\n",
1717
"The Cycle Generative Adversarial Network, or CycleGAN, is an approach to training a deep convolutional neural network for image-to-image translation tasks. The Network learns mapping between input and output images using unpaired dataset. For Example: Generating RGB imagery from SAR, multispectral imagery from RGB, map routes from satellite imagery, etc.\n",
1818
"\n",

0 commit comments

Comments
 (0)