Giter VIP home page Giter VIP logo

openemo's Introduction

openEMO

Emotion classification of speech using GMMHMMs

openemo's People

Contributors

adit-39 avatar

Stargazers

 avatar  avatar  avatar Mark Gao avatar Baihan Lin avatar Denis Vorotyntsev avatar  avatar ten2net avatar C. Luo avatar Seongjun Hong avatar

Watchers

James Cloos avatar Andrzej Piotrowski "Poland" avatar  avatar

openemo's Issues

DeprecationWarning: Passing 1d arrays as data is deprecated in 0.17 and will raise ValueError in 0.19

D:\s\openEMO-master\openEMO-master>python emotion.py


angry


Enter number of components in the GMMHMM: 32.0
Enter number of mixtures in the Gaussian Model: 32.0


fear


Enter number of components in the GMMHMM: 32.0
Enter number of mixtures in the Gaussian Model: 32.0


happy


Enter number of components in the GMMHMM: 32.0
Enter number of mixtures in the Gaussian Model: 32.0


sad


Enter number of components in the GMMHMM: 32.0
Enter number of mixtures in the Gaussian Model: 32.0


surprised


Enter number of components in the GMMHMM: 32.0
Enter number of mixtures in the Gaussian Model: 32.0

D:\Python27\lib\site-packages\sklearn\utils\validation.py:386: DeprecationWarnin
g: Passing 1d arrays as data is deprecated in 0.17 and willraise ValueError in 0
.19. Reshape your data either using X.reshape(-1, 1) if your data has a single f
eature or X.reshape(1, -1) if it contains a single sample.
DeprecationWarning)
Traceback (most recent call last):
File "emotion.py", line 89, in
gmms = create_training_set()
File "emotion.py", line 84, in create_training_set
gmms = train_GMMs(emotions, trng_data, GMM_config, pickle_path=pickles + '/g
mmhmm.pkl')
File "emotion.py", line 60, in train_GMMs
emo_machines[emo].fit(trng_data[emo])
File "build\bdist.win32\egg\hmmlearn\base.py", line 420, in fit
File "D:\Python27\lib\site-packages\sklearn\utils\validation.py", line 393, in
check_array
array = array.astype(np.float64)
ValueError: setting an array element with a sequence.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.