From 34cd5734be0766e87dcc9780074939c971e49fe9 Mon Sep 17 00:00:00 2001 From: Rudrabha Mukhopadhyay <35054375+Rudrabha@users.noreply.github.com> Date: Sat, 3 Oct 2020 21:57:49 +0530 Subject: [PATCH] Updated the real videos --- evaluation/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/evaluation/README.md b/evaluation/README.md index 196c94a..2b531fe 100644 --- a/evaluation/README.md +++ b/evaluation/README.md @@ -30,12 +30,21 @@ sh download_model.sh video data root (Folder containing all videos) ├── All .mp4 files ``` - +* Change the folder back to the cloned repository. +``` +cd syncnet_python +``` * To run evaluation on the LRW, LRS2 and LRS3 test files, please run the following command: ``` python calculate_scores_LRS.py --data_root /path/to/video/data/root --tmp_dir tmp_dir/ ``` +* To run evaluation on the ReSynced dataset or your own generated videos, please run the following command: +``` +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