Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FID implementation #20

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
Open

FID implementation #20

wants to merge 7 commits into from

Conversation

AntoineAwaida
Copy link
Collaborator

This is an implementation of Frechet Inception Distance (FID).

To use it :

  1. save generated images, for instance using apps/test.py script (by specifying a save_images_path argument to save your .pkl file of generated images)
  2. launch the evaluation script with following command : python apps/evals.py --eval FID --dataset_path data/CelebA/img_align_celeba --generated_path ./generated/images.pkl
    with dataset_path the path towards your directory of real images, and generated_path your path towards you generated images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants