-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting RawData missing Error #46
Comments
It's a duplicate of #45 |
I'm getting the same error |
sorry i have same question can't find RawData this file... |
Did anyone figure it out? There's an output10.wav, maybe use that? |
Is this issue solved yet? any solution? |
@eknoor137 Off the top of my head, I believe I just ended up using my own wav file, disregarding the output10.wav, or there is another example wav file not named output10.wav but it's provided in the project |
@ALL Sorry, I have been busy lately. This error relates to audio file location. This repository doesn't include the audio files used for training purpose. The links to download them has been provided in the readme file. Just create a new folder (any name). In this case I had created 'RawData' and dumped all the audio files into this folder. 'output10.wav' was a sample audio I used to test my trained model and check it's prediction. |
mylist= os.listdir('RawData/')
getting the error as FileNotFoundError.
please let me know if anyone know how to solve this error and also guide me if where i need to place the dataset
The text was updated successfully, but these errors were encountered: