Update main readme with metadate
Browse files
README.md
CHANGED
@@ -1,10 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# WearMoCap Dataset
|
2 |
|
3 |
This is the training and test data for WearMoCap, a system facilitating multimodal pose tracking from smartwatch and smartphone data. The library source code and tutorials are available on [__github__](https://github.com/wearable-motion-capture). This published technical report details data collection and dataset composition
|
4 |
[__WearMoCap: multimodal pose tracking for ubiquitous robot control using a smartwatch__](https://www.frontiersin.org/journals/robotics-and-ai/articles/10.3389/frobt.2024.1478016/full). A video is available [__here__](https://www.youtube.com/watch?v=hyQY5dyWPLU).
|
5 |
|
6 |
## Dataset Format
|
7 |
-
|
8 |
-
We collected data for three modes, each represented as one subfolder in this dataset: __Watch Only__, __Phone Uarm__, and __Phone Pocket__. The subfolders contain a README with additional information.
|
9 |
-
|
10 |
In general, we collected ground truth optical motion capture data for left arm motions and body orientation and synced it with smartwatch and phone sensor measurements. This dataset contains the synced, calibrated, and preprocessed data as CSVs.
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- timeseries
|
7 |
+
- wearables
|
8 |
+
pretty_name: Smartwatch Data For Wearable Motion Capture
|
9 |
+
size_categories:
|
10 |
+
- 100K<n<1M
|
11 |
+
---
|
12 |
+
|
13 |
# WearMoCap Dataset
|
14 |
|
15 |
This is the training and test data for WearMoCap, a system facilitating multimodal pose tracking from smartwatch and smartphone data. The library source code and tutorials are available on [__github__](https://github.com/wearable-motion-capture). This published technical report details data collection and dataset composition
|
16 |
[__WearMoCap: multimodal pose tracking for ubiquitous robot control using a smartwatch__](https://www.frontiersin.org/journals/robotics-and-ai/articles/10.3389/frobt.2024.1478016/full). A video is available [__here__](https://www.youtube.com/watch?v=hyQY5dyWPLU).
|
17 |
|
18 |
## Dataset Format
|
|
|
|
|
|
|
19 |
In general, we collected ground truth optical motion capture data for left arm motions and body orientation and synced it with smartwatch and phone sensor measurements. This dataset contains the synced, calibrated, and preprocessed data as CSVs.
|
20 |
+
|
21 |
+
We collected data for three modes, each represented as one subfolder in this dataset: __Watch Only__, __Phone Uarm__, and __Phone Pocket__. The subfolders contain a README with additional information.
|