Skip to content
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 speed up the fid? #31

Open
wingvortex opened this issue Jun 14, 2022 · 2 comments
Open

How to speed up the fid? #31

wingvortex opened this issue Jun 14, 2022 · 2 comments

Comments

@wingvortex
Copy link

Hi, thanks for sharing your work.
In my case, I have a reference folder (fdir1), and about 50 target folders (fdir2), each containing hundreds of images. It takes a long time to calculate the score by default fid.compute_fid(fdir1, fdir2). It seems it is chocked by the CPU. Is there any way to speed up it?

@GaParmar
Copy link
Owner

GaParmar commented Jun 18, 2022

Hi, yes this should not take too long.
Can you specify what are the flags that you are using when computing the FID?

-Gaurav

@yuxu915
Copy link

yuxu915 commented Aug 4, 2022

Hi, yes this should not take too long. Can you specify what are the flags that you are using when computing the FID?

-Gaurav

hi, I have the same problem. My command is as :
"fid_score = fid.compute_fid('fold1','fold2',mode='clean')"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants