tsukasayuuto commited on
Commit
5740bbd
·
verified ·
1 Parent(s): 3df5836

docs: udpate activity codes

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -34,24 +34,24 @@ Every record is formatted as:
34
 
35
  - **subject_id** – integer 1600–1650 uniquely identifying the volunteer
36
  - **activity_code** – single ASCII letter A–S (the letter N is deliberately skipped) denoting the performed activity:
37
- - A - `walkling`
38
- - B - `jogging`
39
- - C - `stairs`
40
- - D - `sitting`
41
- - E - `standing`
42
- - F - `typing`
43
- - G - `tooth-brushing`
44
- - H - `soup` (eating)
45
- - I - `chips` (eating)
46
- - J - `pasta` (eating)
47
- - K - `driking`
48
- - L - `sandwich` (eating)
49
- - M - `kicking`
50
- - O - `catch`
51
- - P - `dribbling`
52
- - Q - `writing`
53
- - R - `clapping`
54
- - S - `folding`
55
  - **timestamp** – Unix epoch in seconds
56
  - **x, y, z** – instantaneous sensor readings for the corresponding device and modality
57
 
 
34
 
35
  - **subject_id** – integer 1600–1650 uniquely identifying the volunteer
36
  - **activity_code** – single ASCII letter A–S (the letter N is deliberately skipped) denoting the performed activity:
37
+ - "A" - walkling
38
+ - "B" - jogging
39
+ - "C" - stairs
40
+ - "D" - sitting
41
+ - "E" - standing
42
+ - "F" - typing
43
+ - "G" - tooth-brushing
44
+ - "H" - soup (eating)
45
+ - "I" - chips (eating)
46
+ - "J" - pasta (eating)
47
+ - "K" - driking
48
+ - "L" - sandwich (eating)
49
+ - "M" - kicking
50
+ - "O" - catch
51
+ - "P" - dribbling
52
+ - "Q" - writing
53
+ - "R" - clapping
54
+ - "S" - folding
55
  - **timestamp** – Unix epoch in seconds
56
  - **x, y, z** – instantaneous sensor readings for the corresponding device and modality
57