faweigend commited on
Commit
8b70b37
·
verified ·
1 Parent(s): 47ab10b

Update main readme with more information and DOI link

Browse files
Files changed (1) hide show
  1. README.md +20 -5
README.md CHANGED
@@ -12,10 +12,25 @@ size_categories:
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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```