IceClear / CLIP-IQA

[AAAI 2023] Exploring CLIP for Assessing the Look and Feel of Images
Other
315 stars 18 forks source link

interpolation #2

Closed dereyly closed 1 year ago

dereyly commented 1 year ago

Thank you for your work In the paper you mentioned interpolation scheme -- do you have code to interpolate embedding? And whats best way to customize CLIP? why you choose mmedit?

IceClear commented 1 year ago

Hi, thanks for your interest. The interpolation code is here. I choose MMEditing just because I am familiar with it. I think it should be easy to directly modify on the official CLIP code if you prefer. IQA-Pytorch can be regarded as an example to build CLIP-IQA using BasicSR. You may take that as a reference.