tensorlayer / SRGAN

Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
https://github.com/tensorlayer/tensorlayerx
3.24k stars 813 forks source link

Save psnr and ssim problem---benchmark_test.py #227

Open xiaoyi-st opened 3 years ago

xiaoyi-st commented 3 years ago

save psnr\ssim results[imagename.split('')[0]]['psnr'].append(psnr) results[imagename.split('')[0]]['ssim'].append(ssim)

Are there any format requirements for the image suffix? The image format of my own training set is 1223822-12020-07-29_23_23_21_0_27.jpg

Urgently need your help