Mobile Sensor Readings of Activities
<p>This collection contains mobile sensor readings used to train an activity recognition classifier. The sensor data was accessed via the Generic Sensor API. Mobile sensor readings from the following sensors:</p> <ul> <li>accelerometer</li> <li>gyroscope</li> <li>magnetometer</li> <li>gravity sensor</li> <li>relative orientation sensor</li> <li>absolute orientation sensor</li> <li>linear acceleration sensor</li> </ul> <p>Recording were measured while the following activities were measured:</p> <ul> <li>Lying</li> <li>Sitting</li> <li>Standing</li> <li>Walking</li> <li>Stairs up</li> <li>Stairs down</li> <li>Running</li> <li>Taking the car</li> <li>Taking the bus</li> <li>Taking the tram</li> <li>Taking the train</li> <li>Taking the metro</li> </ul> <h3>Structure of the dataset</h3> <p>The collected data in each recording includes the start time timestamp readingID, the activity label activity, the duration<br>of the recording in elapsedTime, and an object sensorData, which contains the lengthy sensor measurements. The measurements for each sensor is stored in the form of an array containing on each index a series of four values. The time of when the measurement was taken t, and the value in the three axes x,y and z.</p> <p>A minimalistic example of the format of the collected data:</p> <p>{<br>"readingID": 1710151914418,<br>"activity": ""walk"",<br>"elapsedTime": 17312<br>"sensorData": {<br>"acce": [<br>...<br>{<br>"t": 1624,<br>"x": 0.05,<br>"y": -0.61,<br>"z": 0.21,<br>},<br>... ]<br>"gyro": Array (844)<br>"magnet": Array (136)<br>}<br>}</p> <p> </p> <p>A big thanks to all the volunteers who helped collect this dataset.</p> <p> </p>
ShareScore
36/100
Overall dataset sharing score
Score breakdown
These five areas show where the dataset supports — or may limit — practical reuse.
- Stewardship
- 4
- Harmonization
- 4
- Access
- 20
- Reuse readiness
- 8
- Engagement
- 0