how to save the generated images by GAN?

1 回表示 (過去 30 日間)
Nagwa megahed
Nagwa megahed 2021 年 8 月 14 日
コメント済み: amel laidi 2021 年 11 月 5 日
i need to generate images by GAN ,so i followed ' Train Generative Adversarial Network' example presented here
but i have a difficulty in saving the generated images as a separated images not a dlarray
can any one help?
  2 件のコメント
Ranpreet Kaur
Ranpreet Kaur 2021 年 8 月 25 日
Hi,
Did you solve the question? how to save images generated by GAN.
Nagwa megahed
Nagwa megahed 2021 年 9 月 12 日
No, i still have the problem
please if you find a way or solution ,write it in a comment immediately

サインインしてコメントする。

採用された回答

Image Analyst
Image Analyst 2021 年 8 月 14 日
Look where they display the images:
I = imtile(extractdata(dlXGeneratedNew));
I = rescale(I);
figure
image(I)
axis off
title("Generated Images")
So can't you just use extractdata() to get one image and then use imwrite() on that?
  6 件のコメント
Nagwa megahed
Nagwa megahed 2021 年 10 月 28 日
編集済み: Nagwa megahed 2021 年 10 月 28 日
Thanks alot, i did it with your help
amel laidi
amel laidi 2021 年 11 月 5 日
can you tell us in details how you used this solution on individual images? thank you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

タグ

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by