@stylegan-human, the FID I am getting for stylegan_human_v2_1024.pkl seems higher than what is reported in the paper.
I did the following two methods for FID computation:
Generated 10 K images and calculated FID using pytorch-fid to get FID of ~59
Use the calc_metrics.py from the stylegan2-ada-pytorch repo and calculate the fid50k_full to be 50.0
Both of these calculations are done with respect to the SHHQ-1.0 40K images.
Just curious what dataset was used as reference to compute the FID on your generated images! Is it possible to share the FID computation code for reproducibility? Thanks for your consideration.
@stylegan-human, the FID I am getting for stylegan_human_v2_1024.pkl seems higher than what is reported in the paper.
I did the following two methods for FID computation:
Both of these calculations are done with respect to the SHHQ-1.0 40K images.
Just curious what dataset was used as reference to compute the FID on your generated images! Is it possible to share the FID computation code for reproducibility? Thanks for your consideration.