From 80c01f9fe1aaa07e19c1e3088744bb8500cb45fa Mon Sep 17 00:00:00 2001 From: Rudrabha Mukhopadhyay <35054375+Rudrabha@users.noreply.github.com> Date: Fri, 28 May 2021 09:18:20 +0530 Subject: [PATCH] Update README.md --- evaluation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation/README.md b/evaluation/README.md index 04f5fc3..affebbc 100644 --- a/evaluation/README.md +++ b/evaluation/README.md @@ -50,7 +50,7 @@ sh calculate_scores_real_videos.sh /path/to/video/data/root * The generated scores will be present in the all_scores.txt generated in the ```syncnet_python/``` folder # Evaluation of image quality using FID metric. -We will update the scripts for the FID metric shortly +We use the [pytorch-fid](https://github.com/mseitzer/pytorch-fid) repository for calculating the FID metrics. We dump all the frames in both ground-truth and generated videos and calculate the FID score. # Opening issues related to evaluation scripts