From ebef8712296d3ce9276f8f3309414571c1b5f0aa Mon Sep 17 00:00:00 2001 From: lijianshe02 Date: Thu, 20 Aug 2020 06:18:02 +0000 Subject: [PATCH] add README --- ppgan/metric/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ppgan/metric/README.md diff --git a/ppgan/metric/README.md b/ppgan/metric/README.md new file mode 100644 index 0000000..05b638f --- /dev/null +++ b/ppgan/metric/README.md @@ -0,0 +1,9 @@ +English | [简体中文](./README.md) + +# Usage + +To compute the FID score between two datasets, where images of each dataset are contained in an individual folder: + +``` +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