Closed audeerington closed 2 years ago
Seems like females are the better actors. In the emodb paper it is stated that each actor acted the same sentences and we had 800 sentences altogether, 400 for females and 400 for males. Afterwards the emotions were annotated and samples with low recognition rate were removed leaving 302 female and 233 male samples.
Your changes look fine and it makes indeed sense to leave the emotion
table as emodb
is special as it is used in demos and even unit tests.
Adds unofficial, speaker-independent train and test splits in the tables
emotion.categories.train.gold_standard
andemotion.categories.test.gold_standard
.The speakers are distributed like this:
train: [3, 8, 9, 10, 11, 13]
(3 female, 3 male)test: [12, 14, 15, 16]
(2 female, 2 male)These are the resulting histograms:
The table
emotion
is not removed to keep this version compatible with examples and tutorials, sinceemodb
is often used as an example.