Hi, I just want to use pre-trained model checkpoints to calculate the FID score. Since the SHHQ dataset is too large, it is not necessary to download the entire dataset.
I'm wondering if someone can directly provide me with the FID stat pkl file calculated by the SHHQ dataset. If using command python calc_metrics.py --metrics=fid50k_full ... in StyleGAN repo, the file should exist in the gan-metrics/ directory, as shown in this code snippet.
I have searched through the issue list and identified some individuals who may also have this file, and I kindly request for your assistance. I apologize if this message causes any inconvenience and thank you in advance for your help.
@koutilya-pnvr @RichardChen20
Hi, I just want to use pre-trained model checkpoints to calculate the FID score. Since the SHHQ dataset is too large, it is not necessary to download the entire dataset.
I'm wondering if someone can directly provide me with the FID stat pkl file calculated by the SHHQ dataset. If using command
python calc_metrics.py --metrics=fid50k_full ...
in StyleGAN repo, the file should exist in thegan-metrics/
directory, as shown in this code snippet.I have searched through the issue list and identified some individuals who may also have this file, and I kindly request for your assistance. I apologize if this message causes any inconvenience and thank you in advance for your help. @koutilya-pnvr @RichardChen20