naxingyu / opensmile

A github repo of the openSMILE feature extraction tool.
http://www.audeering.com/research/opensmile
Other
214 stars 79 forks source link

Trying to Extract emotion features from emobase.conf results in error. #34

Closed DiptarkBose closed 4 years ago

DiptarkBose commented 4 years ago

I was going through the openSMILE book and in section 2.5.6, it mentioned that in order to extract emotion features, one needs to run a command of this sort: SMILExtract_Release -C config/emobase.conf -I input.wav -O angers.arff -instname ANGER -classes {anger,fear,disgust} -classlabel anger

However, running this command gives an error: (ERROR) [0] in commandlineParser : doParse: unknown option '-instname' on commandline!

Wanted to know how to fix this. Is -instname a deprecated option? If so, what should it be replaced with?

image

DiptarkBose commented 4 years ago

Found the resolution. Used emo_large.conf file instead of emobase.conf.