From 792498e1c7aece74f6fe2e06eb697ab95909271a Mon Sep 17 00:00:00 2001 From: lijianshe02 Date: Thu, 20 Aug 2020 06:37:39 +0000 Subject: [PATCH] add README --- ppgan/metric/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ppgan/metric/README.md b/ppgan/metric/README.md index 05b638f..d84e898 100644 --- a/ppgan/metric/README.md +++ b/ppgan/metric/README.md @@ -4,6 +4,7 @@ English | [简体中文](./README.md) To compute the FID score between two datasets, where images of each dataset are contained in an individual folder: +Download [InceptionV3](https://paddlegan.bj.bcebos.com/InceptionV3.pdparams) inference model, and then run ``` python test_fid_score.py --image_data_path1 /path/to/dataset1 --image_data_path2 /path/to/dataset2 --inference_model /path/to/InceptionV3/inference_moel ``` -- GitLab