clean-fid icon indicating copy to clipboard operation
clean-fid copied to clipboard

How to speed up the fid?

Open wingvortex opened this issue 2 years ago • 2 comments

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?

wingvortex avatar Jun 14 '22 03:06 wingvortex

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

-Gaurav

GaParmar avatar Jun 18 '22 00:06 GaParmar

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')"

yuxu915 avatar Aug 04 '22 15:08 yuxu915