Add units to README
Browse files
README.md
CHANGED
|
@@ -7,11 +7,11 @@ All subjects (pp) are numbered 01-15 (subject 14 is not existent), with data sto
|
|
| 7 |
The `.csv` files contain 17 columns.
|
| 8 |
* Column 0: index
|
| 9 |
* Column 1: timestamp
|
| 10 |
-
* Columns 2-4: accelerometer readings of back-mounted IMU in each axis (x, y, and z)
|
| 11 |
-
* Columns 5-7: gyroscope readings of back-mounted IMU (x, y, z)
|
| 12 |
* Column 8: air pressure of back-mounted IMU
|
| 13 |
-
* Columns 9-11: accelerometer readings of arm-mounted IMU (x, y, and z)
|
| 14 |
-
* Columns 12-14: gyroscope readings of arm-mounted IMU (x, y, z)
|
| 15 |
* Column 15: air pressure of arm-mounted IMU
|
| 16 |
* Column 16: Activity Label
|
| 17 |
|
|
@@ -39,7 +39,8 @@ month = dec,
|
|
| 39 |
articleno = {199},
|
| 40 |
numpages = {27},
|
| 41 |
keywords = {Human Activity Recognition (HAR), Out-of-Distribution Detection, Wearable Sensors}
|
| 42 |
-
}
|
|
|
|
| 43 |
|
| 44 |
### Contact
|
| 45 |
For questions regarding the data processing, Hi-OSCAR paper, and/or project GitHub please contact Conor McCarthy: c.t.mccarthy@uva.nl
|
|
|
|
| 7 |
The `.csv` files contain 17 columns.
|
| 8 |
* Column 0: index
|
| 9 |
* Column 1: timestamp
|
| 10 |
+
* Columns 2-4: accelerometer readings of back-mounted IMU in each axis (x, y, and z) in $g$
|
| 11 |
+
* Columns 5-7: gyroscope readings of back-mounted IMU (x, y, z) in degrees/s
|
| 12 |
* Column 8: air pressure of back-mounted IMU
|
| 13 |
+
* Columns 9-11: accelerometer readings of arm-mounted IMU (x, y, and z) in $g$
|
| 14 |
+
* Columns 12-14: gyroscope readings of arm-mounted IMU (x, y, z) in degrees/s
|
| 15 |
* Column 15: air pressure of arm-mounted IMU
|
| 16 |
* Column 16: Activity Label
|
| 17 |
|
|
|
|
| 39 |
articleno = {199},
|
| 40 |
numpages = {27},
|
| 41 |
keywords = {Human Activity Recognition (HAR), Out-of-Distribution Detection, Wearable Sensors}
|
| 42 |
+
}
|
| 43 |
+
```
|
| 44 |
|
| 45 |
### Contact
|
| 46 |
For questions regarding the data processing, Hi-OSCAR paper, and/or project GitHub please contact Conor McCarthy: c.t.mccarthy@uva.nl
|