CR-FIQA
CR-FIQA copied to clipboard
Evaluate on custom dataset
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?
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 , @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?