SSL92 / hyperIQA

Source code for the CVPR'20 paper "Blindly Assess Image Quality in the Wild Guided by A Self-Adaptive Hyper Network"
MIT License
361 stars 52 forks source link

关于demo中resize问题 #25

Open alexandsunny opened 3 years ago

alexandsunny commented 3 years ago

hi,有一个问题,如果待评价的一组图像尺寸不一致,demo中torchvision.transforms.Resize((512, 384))会不会使得一些图像失真,影响评价结果?