CR-FIQA icon indicating copy to clipboard operation
CR-FIQA copied to clipboard

Evaluate on custom dataset

Open Jiet-97 opened this issue 1 year ago • 2 comments

Hi,

May I know if I can evaluate the pretrained model on my custom dataset? I will like to get the predicted score for each testing image, besides of image itself, anything else should I prepared to get the score result?

Jiet-97 avatar Sep 02 '23 02:09 Jiet-97

The code can be easily adapted to evaluate over your custom dataset. All you have to do is pass to get_batch_feature a list with the path to each image.

davidmcarreira avatar Feb 29 '24 15:02 davidmcarreira

@davidmcarreira , @Jiet-97 What about the pair list which is getting used when we are using XQLFW datasets? Is such file is not required for custom datasets?

GKG1312 avatar Apr 05 '24 10:04 GKG1312