CLIP-IQA icon indicating copy to clipboard operation
CLIP-IQA copied to clipboard

Image transformation methods

Open luutn2002 opened this issue 2 years ago • 3 comments

Hi there, thank you for publishing such a great work. May I ask what is the resolution for CLIP-IQA? The resolution I found in coopclipiqa.py file is 224x224, but the resize transformation in config files are all commented out. So does this mean that there are some code for image resizing somewhere else or the image resolution is kept the same? The resolution are also not included in the paper as well.

luutn2002 avatar Jun 09 '23 05:06 luutn2002

image

IceClear avatar Jun 09 '23 10:06 IceClear

Well this part still does not clarify which type of image transformation being used in the code and only mentioned the train and test splitting. Are you suggesting that the data transformation methods are also the same as the paper being mentioned?

luutn2002 avatar Jun 11 '23 08:06 luutn2002

Well this part still does not clarify which type of image transformation being used in the code and only mentioned the train and test splitting. Are you suggesting that the data transformation methods are also the same as the paper being mentioned?

Because no additional image transformation is used unless clarified. clip-iqa does not rely on fixed resolution.

IceClear avatar Jun 11 '23 13:06 IceClear