You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/content/LIHQ
Initializing
Moviepy - Building video ./first_order_model/input-ref-vid/Sister/Sister.mp4.
Moviepy - Writing video ./first_order_model/input-ref-vid/Sister/Sister.mp4
Moviepy - Done !
Moviepy - video ready ./first_order_model/input-ref-vid/Sister/Sister.mp4
Moviepy - Building video ./first_order_model/input-ref-vid/Sister2/Sister2.mp4.
Moviepy - Writing video ./first_order_model/input-ref-vid/Sister2/Sister2.mp4
Moviepy - Done !
Moviepy - video ready ./first_order_model/input-ref-vid/Sister2/Sister2.mp4
Running First Order Motion Model
100%
176/176 [00:07<00:00, 24.59it/s]
100%
104/104 [00:04<00:00, 24.54it/s]
FOMM Success!
Running Wav2Lip
Wav2Lip could not generate at least one of your videos.
Possibly bad audio, unrecognizable mouth, bad file paths, out of memory.
Run below command in a separate cell to get full traceback.
###########################################################
###########################################################
import os
adir = 'Folder1' # The audio folder that failed. See Wav2Lip output folder to see whats missing.
/content/LIHQ
Initializing
Moviepy - Building video ./first_order_model/input-ref-vid/Sister/Sister.mp4.
Moviepy - Writing video ./first_order_model/input-ref-vid/Sister/Sister.mp4
Moviepy - Done !
Moviepy - video ready ./first_order_model/input-ref-vid/Sister/Sister.mp4
Moviepy - Building video ./first_order_model/input-ref-vid/Sister2/Sister2.mp4.
Moviepy - Writing video ./first_order_model/input-ref-vid/Sister2/Sister2.mp4
Moviepy - Done !
Moviepy - video ready ./first_order_model/input-ref-vid/Sister2/Sister2.mp4
Running First Order Motion Model
100%
176/176 [00:07<00:00, 24.59it/s]
100%
104/104 [00:04<00:00, 24.54it/s]
FOMM Success!
Running Wav2Lip
Wav2Lip could not generate at least one of your videos.
Possibly bad audio, unrecognizable mouth, bad file paths, out of memory.
Run below command in a separate cell to get full traceback.
###########################################################
###########################################################
import os
adir = 'Folder1' # The audio folder that failed. See Wav2Lip output folder to see whats missing.
vid_path = f'{os.getcwd()}/output/FOMM/Round1/{adir}.mp4'
aud_path = f'{os.getcwd()}/input/audio/{adir}/{adir}.wav'
%cd /content/LIHQ/Wav2Lip
!python inference.py --checkpoint_path ./checkpoints/wav2lip.pth --face {vid_path} --audio {aud_path} --outfile /content/test.mp4 --pads 0 20 0 0
An exception has occurred, use %tb to see the full traceback.
SystemExit
The text was updated successfully, but these errors were encountered: