Update main readme with more information and DOI link
Browse files
README.md
CHANGED
@@ -12,10 +12,25 @@ size_categories:
|
|
12 |
|
13 |
# WearMoCap Dataset
|
14 |
|
15 |
-
This
|
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 |
-
|
19 |
-
|
|
|
|
|
20 |
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
# WearMoCap Dataset
|
14 |
|
15 |
+
TLDR: This dataset comprises ground truth optical motion capture data for left arm motions and body orientations, which are paired with smartwatch and phone sensor measurements. The entire synced, calibrated, and preprocessed time series data is stored as CSVs.
|
|
|
16 |
|
17 |
+
We collected this data to develop and test WearMoCap, a system facilitating multimodal pose tracking from smartwatch and smartphone data.
|
18 |
+
Its source code and tutorials are available on [__github__](https://github.com/wearable-motion-capture).
|
19 |
+
Details about data composition and collection setups are described in a published technical report [__here__](https://doi.org/10.3389/frobt.2024.1478016).
|
20 |
+
A video showcasing the WearMoCap system is available [__here__](https://www.youtube.com/watch?v=hyQY5dyWPLU).
|
21 |
|
22 |
+
# Repository Structure
|
23 |
+
|
24 |
+
As described in the [__technical report__](https://doi.org/10.3389/frobt.2024.1478016), we partitioned data for operating WearMoCap in three modes: __Watch Only__, __Phone Uarm__, and __Phone Pocket__.
|
25 |
+
Each mode is one subfolder, which contains a README with more information on the data and subfolders for human subjects the data was collected from.
|
26 |
+
|
27 |
+
```
|
28 |
+
mode
|
29 |
+
|-- README.md
|
30 |
+
|-- subj01
|
31 |
+
|-- data01.csv
|
32 |
+
|-- [..]
|
33 |
+
|-- subj02
|
34 |
+
|-- [..]
|
35 |
+
[..]
|
36 |
+
```
|