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

How do I train my own data set?

Open Joey1224 opened this issue 2 years ago • 1 comments

HI~ Thank you for your work! I want to train a model that recognizes cars and boats, is the train config and CSV file labeled correctly? config csv

Joey1224 avatar Mar 14 '24 02:03 Joey1224

Hi. Our model is for image quality assessment rather than classification. So I am not sure if it is suitable to directly training it for your case. Our output is multiplied by 100. So you may need to rescale it to [0,1] before calculating the loss.

IceClear avatar Apr 01 '24 15:04 IceClear