필터 지우기
필터 지우기

how to save the generated images by GAN?

조회 수: 6 (최근 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 CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by