Frechet Inception Distance

Calculate the FID between two image datastores

You are now following this Submission

[FID]=fid_run(name1,name2) returns the Frechet Inception Distance between two datastores (input as strings).

Needs the inception3 network pre-installed. Images are automatically resized to match the network input size.

adapted from: https://machinelearningmastery.com/how-to-implement-the-frechet-inception-distance-fid-from-scratch/

ANY FEEDBACK IS STRONGLY APPRECIATED!

Cite As

Michael Keeling (2026). Frechet Inception Distance (https://au.mathworks.com/matlabcentral/fileexchange/79071-frechet-inception-distance), MATLAB Central File Exchange. Retrieved .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.3

Requested feedback

1.0.2

function for main code

1.0.1

Clarified which code to use

1.0.0