We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have Numpy
(pythonVenv) PS F:\wav2lip\Wav2Lip-HD> bash run_final.sh Traceback (most recent call last): File "inference.py", line 2, in import numpy as np ModuleNotFoundError: No module named 'numpy' File "video2frames.py", line 36 frame_file = os.path.join(frame_folder, f'frame_{frame_index:05d}.jpg') ^ SyntaxError: invalid syntax File "inference_realesrgan.py", line 159 save_path = os.path.join(args.output, f'{imgname}.{extension}') ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
How can you run it in Windows?
Sorry, something went wrong.
No branches or pull requests
I have Numpy
(pythonVenv) PS F:\wav2lip\Wav2Lip-HD> bash run_final.sh
Traceback (most recent call last):
File "inference.py", line 2, in
import numpy as np
ModuleNotFoundError: No module named 'numpy'
File "video2frames.py", line 36
frame_file = os.path.join(frame_folder, f'frame_{frame_index:05d}.jpg')
^
SyntaxError: invalid syntax
File "inference_realesrgan.py", line 159
save_path = os.path.join(args.output, f'{imgname}.{extension}')
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: