You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to train a model with audio files but empty array is returned.
Here are my codes and the results, any help would be appreciated!
from pyAudioAnalysis import audioTrainTest as aT
aT.feature_extraction_train_regression("output/audio_temp/", 1, 1, aT.shortTermWindow, aT.shortTermStep, "svm", "data/svmSpeechEmotion", False)
Analyzing file 1 of 3: output/audio_temp/audio_full.wav
Analyzing file 2 of 3: output/audio_temp/audio_full_left.wav
Analyzing file 3 of 3: output/audio_temp/audio_full_right.wav
Feature extraction complexity ratio: 58.7 x realtime
([], [], [])
The text was updated successfully, but these errors were encountered:
I am trying to train a model with audio files but empty array is returned.
Here are my codes and the results, any help would be appreciated!
Analyzing file 1 of 3: output/audio_temp/audio_full.wav
Analyzing file 2 of 3: output/audio_temp/audio_full_left.wav
Analyzing file 3 of 3: output/audio_temp/audio_full_right.wav
Feature extraction complexity ratio: 58.7 x realtime
([], [], [])
The text was updated successfully, but these errors were encountered: