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.
```bash
pip install -r requirements.txt
```
In the absence of setting up the package, users can currently utilize it by the following as a temporal fix.
-
Setup
export PYTHONPATH=`pwd`:$PYTHONPATH
-
Calculating FID/FVD
python fid_metrics/main.py paths=[path1,path2]
The code in this repository is based on pytorch-fid and fvd-comparison.
Released under the MIT License.