Open DhananjayPurohit opened 1 year ago
ffmpeg可能是因为它不需要将wav转为wav文件而报错,也可能是由于ffmpeg版本报错,请先尝试重装ffmpeg。
I have tried downgrading the ffmpeg version. Can you specify the version I should try with?
try copying the absolute path of dataset?
I have tried absolute path as well but getting the same error. I tried drilling down the issue and found that it's saving the feature extraction file in /logs/mute
instead of
/logs/mi-test
. Is there anything wrong with my audio file? Any ways to fix this?
FileNotFoundError: [Errno 2] No such file or directory: '/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/3_feature256'
My folder structure:-
.
|-TEMP
|-_pycache_
|-configs
|-dataset
|-docs
|-i18n
|-infer
|-infer_pack
|---_pycache_
|-logs
|---mi-test
|-----0_gt_wavs
|-----1_16k_wavs
|-----2a_f0
|-----2b-f0nsf
|---mute
|-----0_gt_wavs
|-----1_16k_wavs
|-----2a_f0
|-----2b-f0nsf
|-----3_feature256
|-----3_feature768
|---na
|-----0_gt_wavs
|-----1_16k_wavs
|-----2a_f0
|-----2b-f0nsf
|---nigga
|-----0_gt_wavs
|-----1_16k_wavs
|-----2a_f0
|-----2b-f0nsf
|-pretrained
|-pretrained_v2
|-train
|---_pycache_
|-uvr5_pack
|---_pycache_
|---lib_v5
|-----_pycache_
|-----modelparams
|-uvr5_weights
|-weights
@ZZZ-zero @RVC-Boss
I had the same error in WLS2 Ubuntu, the fix was
pip install ffmpeg-python instead of pip install ffmpeg
I am storing the voice like this:-
On running the cell having commands:-
the UI is starting up:-
I think it's taking the location fine as it can read up the wav file inside the
dataset
folder but still getting the error:-I have tried all the ways quotes and without quotes, using double slashes and single slash, don't have spaces in file or folder name.
Any suggestions or help will be much appreciated.
Thanks in advance.