Datasets:
The dataset viewer is not available for this split.
Error code: StreamingRowsError Exception: OSError Message: cannot find loader for this HDF5 file Traceback: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 322, in compute compute_first_rows_from_parquet_response( File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 88, in compute_first_rows_from_parquet_response rows_index = indexer.get_rows_index( File "/src/libs/libcommon/src/libcommon/parquet_utils.py", line 640, in get_rows_index return RowsIndex( File "/src/libs/libcommon/src/libcommon/parquet_utils.py", line 521, in __init__ self.parquet_index = self._init_parquet_index( File "/src/libs/libcommon/src/libcommon/parquet_utils.py", line 538, in _init_parquet_index response = get_previous_step_or_raise( File "/src/libs/libcommon/src/libcommon/simple_cache.py", line 591, in get_previous_step_or_raise raise CachedArtifactError( libcommon.simple_cache.CachedArtifactError: The previous step failed. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/src/worker/utils.py", line 96, in get_rows_or_raise return get_rows( File "/src/libs/libcommon/src/libcommon/utils.py", line 197, in decorator return func(*args, **kwargs) File "/src/services/worker/src/worker/utils.py", line 73, in get_rows rows_plus_one = list(itertools.islice(ds, rows_max_number + 1)) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1393, in __iter__ example = _apply_feature_types_on_example( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1082, in _apply_feature_types_on_example decoded_example = features.decode_example(encoded_example, token_per_repo_id=token_per_repo_id) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 1983, in decode_example return { File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 1984, in <dictcomp> column_name: decode_nested_example(feature, value, token_per_repo_id=token_per_repo_id) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 1349, in decode_nested_example return schema.decode_example(obj, token_per_repo_id=token_per_repo_id) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/image.py", line 188, in decode_example image.load() # to avoid "Too many open files" errors File "/src/services/worker/.venv/lib/python3.9/site-packages/PIL/ImageFile.py", line 366, in load raise OSError(msg) OSError: cannot find loader for this HDF5 file
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
FlexWear-HD
Abstract
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).
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.
Note that git-lfs
has to be installed with e.g. sudo apt install git-lfs
on Ubuntu.
File Format and Variables
The ten categories of gestures are labeled with the following keys in the HDF5 file:
abduct_p1
(wrist abduction),adduct_p1
(wrist adduction),extend_p1
(finger abduction and extension),grip_p1
(fist),pronate_p1
(wrist pronation),rest_p1
(rest),supinate_p1
(wrist supination),tripod_p1
(thumb, index, and middle finger pinch),wextend_p1
(wrist extension),wflex_p1
(wrist flexion). These variables contain the EMG data. These variables include data in a 3D array format of dimensions (trial, electrode, timestep).
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
.
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.
Funding
This work was funded by the National Science Foundation, Graduate Research Fellowship Program.
- Downloads last month
- 114