Bugfix
Credit: https://github.com/Rudrabha/Wav2Lip/issues/109#issuecomment-716413308
This commit is contained in:
parent
121a7ca355
commit
fda2a15d14
1 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
rm all_scores.txt
|
||||
yourfilenames=`ls $1`
|
||||
|
||||
for eachfile in $yourfilenames
|
||||
do
|
||||
python run_pipeline.py --videofile $eachfile --reference wav2lip --data_dir tmp_dir
|
||||
python calculate_scores_real_videos.py --videofile $eachfile --reference wav2lip --data_dir /ssd_scratch/cvit/prajwalkr_rudra/tmp_dir >> all_scores.txt
|
||||
python run_pipeline.py --videofile $1/$eachfile --reference wav2lip --data_dir tmp_dir
|
||||
python calculate_scores_real_videos.py --videofile $1/$eachfile --reference wav2lip --data_dir tmp_dir >> all_scores.txt
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue