-
Notifications
You must be signed in to change notification settings - Fork 117
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
hello, happen error: raise NoBackendError() #2
Comments
Hi, If I rember correctly, I had the same error once at reading files. The problem was a hidden file (.DS_store, l'équivalent Mac OS X du Thumbs.db on Windows) in the folder where I was attempting to read audio files. Removing it should solve the problem. |
Hi, I am not find this file named .DS_store on Linux System.. |
With |
i used ls -la command to search file in the folder, there is nothing except ogg files list. |
Hi, i have resolved the error "audioread.NoBackendError", but another error happen bellow: |
So what was the problem for the first error ? Which commit have you downloaded? I've made modifications, I can't say what's wrong like that. |
I have installed ffmpeg, So the first error "audioread.NoBackendError" disappeared. When i run “python train_set.py" again, the error happened below: |
I think is the same issue someone else is having. Which commit have you cloned ? |
when i run the train_set.py, the error happen bellow:
data, sample_rate = file_reader.read_audio_file() File "/usr/lib/python2.7/site-packages/baby_cry_detection-1.0-py2.7.egg/pc_methods/__init__.py", line 35, in read_audio_file audio_data, sr = librosa.load(self.file_name, sr=44100, mono=True, duration=5) File "/usr/lib/python2.7/site-packages/librosa-0.5.0-py2.7.egg/librosa/core/audio.py", line 107, in load with audioread.audio_open(os.path.realpath(path)) as input_file: File "/usr/lib/python2.7/site-packages/audioread/__init__.py", line 115, in audio_open raise NoBackendError() audioread.NoBackendError
The text was updated successfully, but these errors were encountered: