-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to generate the npz files for the custom reference dataset? #148
Comments
I am thinking about it, too. Has it been solved yet? |
I’m experiencing a similar issue. May I ask if you were able to resolve it? |
If the FID statistics haven't been calculated for the provided reference batch, the evaluation script will automatically compute them. see line 172: guided-diffusion/evaluations/evaluator.py Lines 167 to 172 in 22e0df8
|
when dumping your own data use for details, refer to:
|
I notice that the the npz file for the reference images mainly include some information of
mu
sigma
mu_s
sigma_s
mu_clip
sigma_clip
arr_0
Since I am currently considering on generating new reference npz files on my custom dataset, could anyone explain how to generate the above information on a new set of reference images?
The text was updated successfully, but these errors were encountered: