Skip to content

Commit

Permalink
add preprocessing for odyssey challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris committed Feb 19, 2024
1 parent 4c102ff commit 994e850
Show file tree
Hide file tree
Showing 7 changed files with 139,855 additions and 2 deletions.
3 changes: 1 addition & 2 deletions data/crema-d/exp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs = 1
epochs = 1
save = True
[DATA]
databases = ['train', 'test', 'dev']
databases = ['train', 'dev', 'test']
train = ./data/crema-d/crema-d_train.csv
train.type = csv
train.absolute_path = False
Expand All @@ -24,7 +24,6 @@ test.split_strategy = test
target = emotion
; labels = ['angry', 'disgust', 'fear', 'happy', 'neutral', 'sad']
labels = ['angry', 'happy', 'neutral', 'sad']

[FEATS]
type = ['wavlm-large']
scale = standard
Expand Down
3 changes: 3 additions & 0 deletions data/odyssey-cat-2024/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Data processing for Odyssey 2024 Emotion Challange 2024 Task 1


15,342 changes: 15,342 additions & 0 deletions data/odyssey-cat-2024/odyssey_dev.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 994e850

Please sign in to comment.