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
(venv) F:\wav2lip_uhq>F:\wav2lip_uhq\venv\Scripts\python.exe wav2lip_uhq.py -f 1.mp4 -i vera1.mp4
[INFO] Loading the predictor...
[INFO] Loading File...
Processing frame: 0 of 2241
Traceback (most recent call last):
File "F:\wav2lip_uhq\wav2lip_uhq.py", line 183, in
main()
File "F:\wav2lip_uhq\wav2lip_uhq.py", line 154, in main
result = result * (1 - mask_blur) + dst
ValueError: operands could not be broadcast together with shapes (1320,1080,3) (330,270,3)
The file 1.mp4 was created by wave2lip from vera1.mp4 and an audio file.
The text was updated successfully, but these errors were encountered:
Trying to run this but getting an error.
(venv) F:\wav2lip_uhq>F:\wav2lip_uhq\venv\Scripts\python.exe wav2lip_uhq.py -f 1.mp4 -i vera1.mp4
[INFO] Loading the predictor...
[INFO] Loading File...
Processing frame: 0 of 2241
Traceback (most recent call last):
File "F:\wav2lip_uhq\wav2lip_uhq.py", line 183, in
main()
File "F:\wav2lip_uhq\wav2lip_uhq.py", line 154, in main
result = result * (1 - mask_blur) + dst
ValueError: operands could not be broadcast together with shapes (1320,1080,3) (330,270,3)
The file 1.mp4 was created by wave2lip from vera1.mp4 and an audio file.
The text was updated successfully, but these errors were encountered: