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

extract_feature, did not work. #46

Open
SRbone opened this issue Jul 31, 2023 · 1 comment
Open

extract_feature, did not work. #46

SRbone opened this issue Jul 31, 2023 · 1 comment

Comments

@SRbone
Copy link

SRbone commented Jul 31, 2023

When I run:
from deep_emotion_recognition import DeepEmotionRecognizer
deeprec = DeepEmotionRecognizer(emotions=['angry', 'sad', 'neutral', 'ps', 'happy'], n_rnn_layers=2, n_dense_layers=2, rnn_units=128, dense_units=128)

train the model

deeprec.train()

get the accuracy

print(deeprec.test_score())

predict angry audio sample

prediction = deeprec.predict('data/validation/Actor_10/03-02-05-02-02-02-10_angry.wav')
print(f"Prediction: {prediction}")

[+] Model created
[*] Model weights loaded
1/1 [==============================] - 0s 400ms/step
0.7538461538461538

extract_feature, did not work.

@Nemesis9450
Copy link

Hello bro i am beginner i dont know to set up this project , can you help me in this like any tutorial or any help will be useful. Please contact me if you can help , your help would not go worth less , i can pay you or any help from me you can take.

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

2 participants