junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
23.09k stars 6.32k forks source link

evaluation problem #1596

Open 9ww1 opened 1 year ago

9ww1 commented 1 year ago

I trained the pix2pix model on public datasets (facades), generated images from the trained model, and evaluated the quality using SSIM and PSNR. However, the values of ssim and psnr were not ideal. I would like to ask what the normal reference indicator values are and see if there were any issues with my training process. Thank you very much for your answer