From 43419e613579840d03b0f8d074d052ec2a491147 Mon Sep 17 00:00:00 2001 From: Rudrabha Mukhopadhyay <35054375+Rudrabha@users.noreply.github.com> Date: Sat, 3 Oct 2020 10:13:30 +0530 Subject: [PATCH] Added acknowledgements --- evaluation/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/evaluation/README.md b/evaluation/README.md index ed0dc05..196c94a 100644 --- a/evaluation/README.md +++ b/evaluation/README.md @@ -36,11 +36,15 @@ video data root (Folder containing all videos) python calculate_scores_LRS.py --data_root /path/to/video/data/root --tmp_dir tmp_dir/ ``` -# Evaluation of Lip-sync using FID metric. +# Evaluation of image quality using FID metric. We will update the scripts for the FID metric shortly -### Opening issues related to evaluation scripts +# Opening issues related to evaluation scripts * Please open the issues with the "Evaluation" label if you face any issues in the evaluation scripts. +# Acknowledgements +Our evaluation pipeline in based on two existing repositories. LSE metrics are based on the [syncnet_python](https://github.com/joonson/syncnet_python) repository and the FID score is based on [pytorch-fid](https://github.com/mseitzer/pytorch-fid) repository. We thank the authors of both the repositories for releasing their wonderful code. + +