You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I would like to use
gen_samples.py
to generate some images for testing the FID of the providedpkl
file. However, I have noticed that amat
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.
The text was updated successfully, but these errors were encountered: