Frechet Inception Distance

Calculate the FID between two image datastores
290 Downloads
Aktualisiert 12. Aug 2020

Lizenz anzeigen

[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!

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2020a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Tags Tags hinzufügen

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.3

Requested feedback

1.0.2

function for main code

1.0.1

Clarified which code to use

1.0.0