emobase

追加のオプション

オプション 機能 既定値
-inputfile または -I name of input file test.wav
-arffout または -O name of WEKA Arff output file output.arff
-corpus corpus name, arff relation SMILEfeaturesLive
-classes all classes for arff file attribute unknown
-classlabel instance class label unassigned
emobase.conf

たとえばanger,fear,disgustの3つのラベルを定義し、指定のファイルのラベルをangerとするには、次のようにします。

SMILExtract -C config\emobase.conf -I sample.wav -O sample.arff -classes {anger,fear,disgust} -classlabel anger

これにより出力されるARFFファイルでは、末尾にemotion属性として次のように定義されます。

@attribute emotion {anger,fear,disgust}

参考

  • openSMILE book
    The openSMILE/openEAR ‘emobase’ set | 2.5.6 Extracting features for emotion recognition
複数の技術系サイトから、まとめて検索