This commit is contained in:
Prajwal 2020-10-04 09:52:34 +05:30 committed by GitHub
parent 34cd5734be
commit 929e3caa24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ sh download_model.sh
### Running the evaluation scripts: ### Running the evaluation scripts:
* Copy our evaluation scripts given in this folder to the cloned repository. * 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 *.py syncnet_python/
cp *.sh syncnet_python/ cp *.sh syncnet_python/
``` ```