File size: 732 Bytes
d35f33e
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
emotion_track_list = ['admiration', 'amusement', 'anger', 'annoyance', 'approval', 'caring', 'confusion', 'curiosity',
                      'desire',
                      'disappointment', 'disapproval', 'disgust', 'embarrassment', 'excitement', 'fear', 'gratitude',
                      'grief', 'joy', 'love',
                      'nervousness', 'optimism', 'pride', 'realization', 'relief', 'remorse', 'sadness', 'surprise',
                      'neutral']

decode_list = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27]

decode_cut_list = [4, 6, 8, 10, 14, 15, 17, 18, 20, 21, 22, 25, 26, 27]
decode_cut_transformed_list = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]