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

FID scores of many generated images from a single input image

Open Ashh-Z opened this issue 9 months ago • 1 comments

Hi, thanks for your work, I wanted to calculate the FID score between multiple generations of the same input image. I setup my directories such that directory 1 contains n generated image and directory 2 contains n copies of the input image. Is this ok way to go about this ? I ran into the following error while doing this : RuntimeWarning: invalid value encountered in scalar divide arg2 = norm(X.dot(X) - A, 'fro')**2 / norm(A, 'fro')

Thank you

Ashh-Z avatar May 27 '24 09:05 Ashh-Z