Frechet Inception Distance

Calculate the FID between two image datastores
266 download
Aggiornato 12 ago 2020

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2020a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.3

Requested feedback

1.0.2

function for main code

1.0.1

Clarified which code to use

1.0.0