Effacer les filtres
Effacer les filtres

Quantitative evaluation of the images generated by GAN

2 vues (au cours des 30 derniers jours)
S C.Carl
S C.Carl le 8 Déc 2022
Modifié(e) : S C.Carl le 8 Déc 2022
Hi,
and want to evaluate the similarity of the generated images with their originals.
I wan to use these quantitative metrics: SSIM, Mean Square Error (MSE), or Peak Signal to Noise Ratio (PSNR).
So, I need two images: 1)Generated image, 2) The original image to match with the generated image
I used the following code to get each generated image separately
I = extractdata( dlXGeneratedNew );
img = I (:,:,:,idx);
But I don't know which original image should be used with which generated image.
Could you please help, how to do this quantitative evaluation?

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by