78 linhas
1.8 KiB
JSON
78 linhas
1.8 KiB
JSON
{
|
|
"configs":[
|
|
{
|
|
"id":"arousal_dummy",
|
|
"classifier":"opensmilesvm",
|
|
"config":"IS09_full.conf",
|
|
"entry":"emotions[emotionVA]/onyx:hasEmotion/pad:arousal",
|
|
"intype":"audio",
|
|
},{
|
|
"id":"valence_dummy",
|
|
"classifier":"opensmilesvm",
|
|
"config":"IS09_c_full.conf",
|
|
"entry":"emotions[emotionVA]/onyx:hasEmotion/pad:valence",
|
|
"intype":"audio",
|
|
},{
|
|
"id":"arousal",
|
|
"classifier":"bash",
|
|
"intype":"audio",
|
|
"entry_name":"emotions",
|
|
"@idjson":"",
|
|
"entry":"emotions[emotionVA]/onyx:hasEmotion/pad:arousal",
|
|
"run_command":"boaw_models_v3/run_ars.sh",
|
|
},{
|
|
"id":"valence",
|
|
"classifier":"bash",
|
|
"intype":"audio",
|
|
"entry":"emotions[emotionVA]/onyx:hasEmotion/pad:valence",
|
|
"run_command":"boaw_models_v3/run_val.sh",
|
|
},{
|
|
"id":"gender",
|
|
"classifier":"bash",
|
|
"intype":"audio",
|
|
"entry":"traits/general/gender",
|
|
"run_command":"RF_models/run_gender.sh",
|
|
},{
|
|
"id":"age",
|
|
"classifier":"bash",
|
|
"intype":"audio",
|
|
"entry":"traits/general/age",
|
|
"run_command":"RF_models/run_age.sh",
|
|
},{
|
|
"id":"big5a",
|
|
"classifier":"bash",
|
|
"intype":"audio",
|
|
"entry":"traits/Big-5/Agreeableness",
|
|
"run_command":"RF_models/run_Agreeable.sh",
|
|
},{ "id":"big5c",
|
|
"classifier":"bash",
|
|
"intype":"audio",
|
|
"entry":"traits/Big-5/Concioustiousness",
|
|
"run_command":"RF_models/run_Concious.sh",
|
|
},{
|
|
"id":"big5o",
|
|
"classifier":"bash",
|
|
"intype":"audio",
|
|
"entry":"traits/Big-5/Openness",
|
|
"run_command":"RF_models/run_Openness.sh",
|
|
},{
|
|
"id":"big5e",
|
|
"classifier":"bash",
|
|
"intype":"audio",
|
|
"entry":"traits/Big-5/Extroversion",
|
|
"run_command":"RF_models/run_Extroversion.sh",
|
|
},{
|
|
"id":"big5n",
|
|
"classifier":"bash",
|
|
"intype":"audio",
|
|
"entry":"traits/Big-5/Neutroticism",
|
|
"run_command":"RF_models/run_Neuroticism.sh"
|
|
},{
|
|
"id":"sentiment",
|
|
"classifier":"bash",
|
|
"intype":"text",
|
|
"entry":"sentiments/marl:polarityValue",
|
|
"run_command":"sentiment/sentiment_runner.sh"
|
|
}
|
|
]}
|