Skip to content

Commit 7e5ffd6

Browse files
committed
2 parents 4161a46 + a6d01f6 commit 7e5ffd6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ CycleGAN is a GAN model that is generally used for the following purposes.
1111
The difference from Pix2Pix, which also perform image-image conversion, is that CycleGAN uses the unsupervised learning, so there is no need for a paired image dataset.
1212
In this example, even with the unsupervised learning, you can see the model convert the images by understanding whether the fruit was a whole one or a cut one.
1313

14-
15-
![result image](https://insidelabs-git.mathworks.com/tfukumot/cyclegan-for-github/raw/master/pics_for_doc/Result.mp4)
16-
14+
![result image](https://github.com/matlab-deep-learning/Image-domain-conversion-using-CycleGAN/raw/master/pics_for_doc/image_6.png)
15+
![result image](https://github.com/matlab-deep-learning/Image-domain-conversion-using-CycleGAN/raw/master/pics_for_doc/image_7.png)
1716

1817
## **Requirements**
1918
- [MATLAB](https://jp.mathworks.com/products/matlab.html)
@@ -30,18 +29,13 @@ MATLAB version should be R2019b and later
3029
- generator.m — Function to create a CycleGAN generator network
3130
- discriminator.m — Function to create a CycleGAN discriminator network
3231
- cycleGanImageDatastore.m — Datastore to prepare batches of images for training
33-
- models.mat — Pretrained model that converts apples to oranges and vice-versa
3432

3533
To run, open CycleGANExample.mlx and run the script. You can train the model or use the pretrained model by setting the doTraining flag to false.
3634

37-
![result image](https://insidelabs-git.mathworks.com/tfukumot/cyclegan-for-github/raw/master/pics_for_doc/image_6.png)
38-
![result image](https://insidelabs-git.mathworks.com/tfukumot/cyclegan-for-github/raw/master/pics_for_doc/image_7.png)
3935

4036
# **Reference**
4137
[Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks](http://openaccess.thecvf.com/content_ICCV_2017/papers/Zhu_Unpaired_Image-To-Image_Translation_ICCV_2017_paper.pdf)
4238
(Jun-Yan Zhu.etc, 2017)
4339

4440

4541
Copyright 2019-2020 The MathWorks, Inc.
46-
47-

0 commit comments

Comments
 (0)