Skip to content

Error: operands could not be broadcast together with shapes #2

@sjc57

Description

@sjc57

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions