wav2lip_uhq icon indicating copy to clipboard operation
wav2lip_uhq copied to clipboard

Error: operands could not be broadcast together with shapes

Open sjc57 opened this issue 2 years ago • 0 comments

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.

sjc57 avatar Oct 15 '23 10:10 sjc57