I would like to use gen_samples.py to generate some images for testing the FID of the provided pkl file. However, I have noticed that a mat file is required. Could you please provide this file?
python gen_samples.py --network ./gsm_checkpoints/gsm_checkpoints/DeepFashion.pkl --z_seeds 0,1,2 --trunc 1.0 --resolution 512 --outdir ./test --dataset_path ./datasets/deepfashion
Alternatively, are there any other methods to achieve the FID score of 15.78 mentioned in the paper after generating the images? Thank you.
I would like to use
gen_samples.pyto generate some images for testing the FID of the providedpklfile. However, I have noticed that amatfile is required. Could you please provide this file?python gen_samples.py --network ./gsm_checkpoints/gsm_checkpoints/DeepFashion.pkl --z_seeds 0,1,2 --trunc 1.0 --resolution 512 --outdir ./test --dataset_path ./datasets/deepfashionAlternatively, are there any other methods to achieve the FID score of 15.78 mentioned in the paper after generating the images? Thank you.