Skip to content

A toolkit for computing Fréchet Inception Distance (FID) & Fréchet Video Distance (FVD) metrics.

License

Notifications You must be signed in to change notification settings

npurson/fid-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FID/FVD Metrics

This repository provides a toolkit for computing Fréchet Inception Distance (FID) and Fréchet Video Distance (FVD) metrics, widely utilized for assessing the quality of generative models in the fields of image and video generation.

Installation

```bash
pip install -r requirements.txt
```

Usage

In the absence of setting up the package, users can currently utilize it by the following as a temporal fix.

  1. Setup

    export PYTHONPATH=`pwd`:$PYTHONPATH
  2. Calculating FID/FVD

    python fid_metrics/main.py paths=[path1,path2]

Acknowledgements

The code in this repository is based on pytorch-fid and fvd-comparison.

License

Released under the MIT License.

About

A toolkit for computing Fréchet Inception Distance (FID) & Fréchet Video Distance (FVD) metrics.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages