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
346 stars 52 forks source link

About resize in Koniq-10k dataset transforms #40

Open LinpengPan opened 1 year ago

LinpengPan commented 1 year ago

Pytorch中的torchvision.transforms.Resize((512, 384)),会把输出resize成:height 512, width 384 而原图的size为 height 768, width 1024,长宽比相反,不会对结果造成什么影响吗?