Frechet Inception Distance

バージョン 1.0.3 (1.64 KB) 作成者: Michael Keeling
Calculate the FID between two image datastores
ダウンロード: 249
更新 2020/8/12

ライセンスの表示

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

引用

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

MATLAB リリースの互換性
作成: R2020a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.3

Requested feedback

1.0.2

function for main code

1.0.1

Clarified which code to use

1.0.0