Voice-Cloning-App
Voice-Cloning-App copied to clipboard
Colab Dataset 'info.json' is not a folder
Drive already mounted at /content/drive; to attempt to forcibly remount, call drive.mount("/content/drive", force_remount=True).
NotADirectoryError Traceback (most recent call last)
NotADirectoryError: [Errno 20] Not a directory: '/content/drive/MyDrive/Voice-Cloning/datasets/info.json'
During handling of the above exception, another exception occurred:
Exception Traceback (most recent call last)
Exception: Dataset 'info.json' is not a folder. Please ensure all datasets are folders containing your metadata.csv & wavs info JSON file not found in the Dataset folder
Hi @sakthivelj,
You've made a slight mistake in the setup for the notebook. As explained in the introduction you need to create a folder for your dataset rather than placing the files in the root of the datasets folder (because you can have many datasets).
For example, if your dataset was called "Ben" the structure would be:
├─ drive
│ └── Voice-Cloning
│ └── datasets
│ └── Ben
│ ├── wavs
│ ├── info.json
│ └── metadata.csv