chaofengc / IQA-PyTorch

👁️ 🖼️ 🔥PyTorch Toolbox for Image Quality Assessment, including PSNR, SSIM, LPIPS, FID, NIQE, NRQM(Ma), MUSIQ, TOPIQ, NIMA, DBCNN, BRISQUE, PI and more...
https://iqa-pytorch.readthedocs.io/
Other
2.03k stars 176 forks source link

Multiple validation datasets are *only* supported by SRModel #108

Closed Alexkkir closed 1 year ago

Alexkkir commented 1 year ago

Hello! Thanks for awesome libarary.

When running training with 2 validation datasets KonIQ-10k and CLIVE i rreceived warning: 'Multiple validation datasets are *only* supported by SRModel.'

Can you please explain, why multiple validation datasets are not supported by IQA models? It looks, like it's similar things.

chaofengc commented 1 year ago

Thanks for your interest!

Please just ignore such warning. Our library architecture is based on BasicSR. Lots of modifications are made for IQA task, but still left some unnecessary codes and warnings. I will clean the codes in the near future.