Image domain conversion using CycleGAN

MATLAB example of deep learning for image domain conversion
446 descargas
Actualizado 11 jun 2020

This example shows how to convert images from one domain into another using CycleGAN
CycleGAN is a GAN model that is generally used for the following purposes.
-Style transfer (images and paintings)
-Season conversion
-Day / night conversion
-Object transformation
The difference from Pix2Pix, which also perform image-image conversion, is that CycleGAN uses unsupervised learning, so there is no need for a paired image dataset. In this example, even with unsupervised learning, you can see the model convert the images by understanding whether the fruit was a whole one or a cut one.

日本語
==
この例では、CycleGANを使用して、あるドメインから別のドメインに画像を変換する方法を紹介しています。
CycleGANは、一般的に以下のような目的で使用されているGANモデルです。
・スタイルの変換(画像や絵画)
・季節の変換
・昼夜変換
・物体の種類変換
同じく画像-画像変換を行うPix2Pixとの違いは、CycleGANは教師なし学習を利用しているため、ペア画像のデータセットが不要であることです。この例では、教師なし学習でも、果物が丸ごとなのかカットされたものなのかを理解して画像変換を行っていることがわかります。

[Keyword]
画像処理・IPCVデモ・ディープラーニング・深層学習・画像変換・コンピュータビジョン・ニューラルネットワーク・人工知能・敵対的生成ネットワーク

Citar como

Takuji Fukumoto (2024). Image domain conversion using CycleGAN (https://github.com/matlab-deep-learning/Image-domain-conversion-using-CycleGAN/releases/tag/v1.0), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2020a
Compatible con cualquier versión desde R2019b
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.