Borrar filtros
Borrar filtros

Quantitative evaluation of the images generated by GAN

2 visualizaciones (últimos 30 días)
S C.Carl
S C.Carl el 8 de Dic. de 2022
Editada: S C.Carl el 8 de Dic. de 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?

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by