From 929e3caa247d45989e201e43fe17f19c7e99ae56 Mon Sep 17 00:00:00 2001 From: Prajwal Date: Sun, 4 Oct 2020 09:52:34 +0530 Subject: [PATCH] Typo fix --- evaluation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation/README.md b/evaluation/README.md index 2b531fe..c20c9bf 100644 --- a/evaluation/README.md +++ b/evaluation/README.md @@ -19,7 +19,7 @@ sh download_model.sh ### Running the evaluation scripts: * Copy our evaluation scripts given in this folder to the cloned repository. ``` - cd WaveLip/evaluation/scores_LSE/ + cd Wav2Lip/evaluation/scores_LSE/ cp *.py syncnet_python/ cp *.sh syncnet_python/ ```