Markfryazino / wav2lip-hq

Extension of Wav2Lip repository for processing high-quality videos.
534 stars 236 forks source link

error with Finetune ESRGAN #26

Open MattiaVella opened 1 year ago

MattiaVella commented 1 year ago

i have a problem related to Wav2Lip-HQ pretraining. when i run Finetune ESRGAN i get this ouput:

Traceback (most recent call last): File "basicsr/train.py", line 17, in from basicsr.utils.options import dict2str, parse ImportError: cannot import name 'parse' from 'basicsr.utils.options' (/usr/local/lib/python3.7/dist-packages/basicsr/utils/options.py)

Is there any solution?

davidchateau commented 1 year ago

If you search "parse" in this section I think you will find a solution