Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sjc57 opened this issue Oct 15, 2023 · 0 comments
Open

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

sjc57 opened this issue Oct 15, 2023 · 0 comments

Comments

@sjc57
Copy link

sjc57 commented Oct 15, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant