Skip to content
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

Empty array returned for feature_extraction_train_regression #403

Open
gardenia06 opened this issue Dec 7, 2024 · 0 comments
Open

Empty array returned for feature_extraction_train_regression #403

gardenia06 opened this issue Dec 7, 2024 · 0 comments

Comments

@gardenia06
Copy link

gardenia06 commented Dec 7, 2024

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
([], [], [])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant