effusiveperiscope / so-vits-svc

so-vits-svc
MIT License
179 stars 71 forks source link

No such file or directory: './dataset/44k' #33

Closed JUSTMonika15 closed 1 year ago

JUSTMonika15 commented 1 year ago

Traceback (most recent call last): File "/content/so-vits-svc/preprocess_flist_config.py", line 38, in for speaker in tqdm(os.listdir(args.source_dir)): FileNotFoundError: [Errno 2] No such file or directory: './dataset/44k'

I am currently facing a problem that seems to be caused by a missing directory during the cloning process. In fact, I have noticed that the dataset directory is absent from this particular project.

effusiveperiscope commented 1 year ago

For training this directory should be created when running resample.py.

byhhhh1 commented 1 year ago

Now I've solved the problem. There is a problem in the path of "Load the dataset from.zip in Google Drive for preprocessing". You need to manually add a folder with the same name as {ZIP_NAME}.zip to /content/so-vits-svc/dataset_raw

sirai599 commented 1 year ago

Now I've solved the problem. There is a problem in the path of "Load the dataset from.zip in Google Drive for preprocessing". You need to manually add a folder with the same name as {ZIP_NAME}.zip to /content/so-vits-svc/dataset_raw

How to do this? Plz help me