drboog / FID_and_IS

Computing FID and IS with paths to the folders containing images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computing FID and IS with paths to image folders

Prerequisites

torch, torchvision, numpy/scipy.

Examples

Computing FID of two given folders containing images:

python fid_score.py --path1 /path_to_folder_1 --path2 /path_to_folder_2

Computing IS of a given folder containing images:

python inception_score.py --path /path_to_folder_1

About

Computing FID and IS with paths to the folders containing images

License:MIT License


Languages

Language:Python 100.0%