jehanyang commited on
Commit
0e953dd
1 Parent(s): 39ba667

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -7,4 +7,33 @@ tags:
7
  - electrophysiology
8
  size_categories:
9
  - 10M<n<100M
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - electrophysiology
8
  size_categories:
9
  - 10M<n<100M
10
+ ---
11
+
12
+ # FlexWear-HD
13
+
14
+ ## Abstract
15
+ This dataset includes high-density electromyography (HDEMG) data from 13 users without motor disabilities for 10 common gestures. Two sessions per user is available, with 8-10 gesture trials per gesture performed in the first session and 4-5 gestures trials per gesture performed in the second session. About one hour passes between sessions, and the sensor is kept on between the two sessions. The sensor used is an easy-to-wear reusable forearm device that uses 64 hydrogel electrodes. There are 960,000-1,200,000 time steps provided per subject while sampling with a sampling rate of 4000 Hz. Data is saved in the compressed HDF5 format, with two files per subject (one file per session).
16
+
17
+ This data can be used to train EMG-based gesture classifiers for control of computers or robots. Additional information on the sensor and data collection is available at https://arxiv.org/abs/2312.07745, which is a paper that also uses this data for control of an 8 degree-of-freedom mobile manipulator.
18
+
19
+ ## File Format and Variables
20
+ The ten categories of gestures are labeled with the following keys in the HDF5 file:
21
+ 1. `abduct_p1` (wrist abduction),
22
+ 2. `adduct_p1` (wrist adduction),
23
+ 3. `extend_p1` (finger abduction and extension),
24
+ 4. `grip_p1` (fist),
25
+ 5. `pronate_p1` (wrist pronation),
26
+ 6. `rest_p1` (rest),
27
+ 7. `supinate_p1` (wrist supination),
28
+ 8. `tripod_p1` (thumb, index, and middle finger pinch),
29
+ 9. `wextend_p1` (wrist extension),
30
+ 10. `wflex_p1` (wrist flexion).
31
+ These variables contain the EMG data. These variables include data in a 3D array format of dimensions (trial, electrode, timestep).
32
+
33
+ EMG data from each session is saved as a different HDF5 file. Each user's data is saved in a separate folder, with participant folders labeled from `p001` to `p013`. The first session has the suffix `initial` and the second session has the suffix `recalibration`.
34
+
35
+ Additional keys include `SNR` and `Impedance_p0`. `SNR` includes a single float64 that is calculated from the root-mean-squared (RMS) of maximum voluntary contraction during a fist gesture divided by the RMS of the rest gesture. `Impedance_p0` includes 64 float64 numbers based on the measured impedance from the separate electrodes to ground.
36
+
37
+ ## Funding
38
+ This work was funded by the National Science Foundation, Graduate Research Fellowship Program.
39
+