-
Notifications
You must be signed in to change notification settings - Fork 27
/
data_config.json
62 lines (61 loc) · 1.67 KB
/
data_config.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"hhar_20_120": {
"sr": 20,
"seq_len": 120,
"dimension": 6,
"activity_label_index": 2,
"activity_label_size": 6,
"activity_label": [
"bike", "sit", "downstairs", "upstairs", "stand", "walk"
],
"user_label_index": 0,
"user_label_size": 9,
"model_label_index": 1,
"model_label_size": 3,
"size": 9166
},
"motion_20_120": {
"sr": 20,
"seq_len": 120,
"dimension": 6,
"activity_label_index": 0,
"activity_label_size": 6,
"activity_label": [
"downstairs", "upstairs", "sitting", "standing", "walking", "jogging"
],
"user_label_index": 1,
"user_label_size": 24,
"size": 4534
},
"uci_20_120": {
"sr": 20,
"seq_len": 120,
"dimension": 6,
"activity_label_index": 0,
"activity_label_size": 6,
"activity_label": [
"walking", "upstairs", "downstairs", "sitting", "standing", "lying"
],
"user_label_index": 1,
"user_label_size": 30,
"size": 2088
},
"shoaib_20_120": {
"sr": 20,
"seq_len": 120,
"dimension": 9,
"activity_label_index": 0,
"activity_label_size": 7,
"activity_label": [
"walking", "sitting", "standing", "jogging", "biking", "upstairs" , "downstairs"
],
"position_label_index": 1,
"position_label_size": 5,
"position_label": [
"left_pocket", "right_pocket", "wrist", "upper_arm", "belt"
],
"user_label_index": 2,
"user_label_size": 10,
"size": 10500
}
}