saifhassan / Wav2Lip-HD

High-Fidelity Lip-Syncing with Wav2Lip and Real-ESRGAN
Other
320 stars 75 forks source link

Error in running bash in Windows 11 (PyCharm) #16

Open yogendra-singh-rathore opened 11 months ago

yogendra-singh-rathore commented 11 months ago

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(framefolder, 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

start-life commented 4 months ago

How can you run it in Windows?