kykiefer / depression-detect

Predicting depression from acoustic features of speech using a Convolutional Neural Network.
289 stars 93 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'Paudio\\300_75.18-76.72.wav' #5

Closed Afef00 closed 5 years ago

Afef00 commented 5 years ago

I tried to run the segmentation part ( segmentation.py ) but i got this error message

File "C:/Users/Afef-/Desktop/depression detection/depression-detect-master/src/data/segmentation.py", line 60, in remove_silence wavfile.write(seg_name, Fs, x[int(Fs s[0]):int(Fs s[1])]) File "C:\ProgramData\Anaconda3\lib\site-packages\scipy\io\wavfile.py", line 328, in write fid = open(filename, 'wb') FileNotFoundError: [Errno 2] No such file or directory: 'Paudio\300_75.18-76.72.wav' I verified the dir_name , i don't get where the problem is ?

djsurani commented 3 years ago

had you got solution ?

djsurani commented 3 years ago

I am having same error