DIODEM -- A Diverse Inertial and Optical Dataset of kinEmatic chain Motion
Project description
DIODEM -- A Diverse Inertial and Optical Dataset of KinEmatic chain Motion
This repository contains the source code of a Python Package (published on PyPI under imt-diodem
) that allows for easy-access to the DIODEM dataset.
The dataset files are hosted on Harvard Dataverse (https://doi.org/10.7910/DVN/SGJLZA). This Python Package then downloads the required dataset files from Dataverse. A detailed description of this dataset if given in the following publication soon.
Quickstart
import diodem
# concatenates 3 motions: the motion01, motion02 and motion03
data = diodem.load_data(
exp_id = 1,
motion_start = 1,
motion_stop = 3,
resample_to_hz = 100
)
print(data.keys())
# ['seg1', 'seg2', 'seg3', 'seg4', 'seg5']
print(data['seg1'].keys())
# ['imu_rigid', 'imu_nonrigid', 'marker1', 'marker2', 'marker3', 'marker4', 'quat']
print(data['seg1']['imu_rigid'].keys())
# ['acc', 'gyr', 'mag']
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
imt_diodem-1.0.1.tar.gz
(11.0 kB
view details)
Built Distribution
File details
Details for the file imt_diodem-1.0.1.tar.gz
.
File metadata
- Download URL: imt_diodem-1.0.1.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc5b0172d780ed78a44ba74a42428c8b94805b666b74894bdfc53ca8e07a332f |
|
MD5 | 634b9fd6056179a27109f4439f8a7801 |
|
BLAKE2b-256 | 6617affe312c15c99e48888b2c10384129d206ff9f608f0bd45e13fb73200196 |
File details
Details for the file imt_diodem-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: imt_diodem-1.0.1-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcd30c466cd37691ccc2534258a0cf42bb8bce67e03b4a5cf81581be0b5100e0 |
|
MD5 | 68e162d41161e6f9c5c05623cfc12a87 |
|
BLAKE2b-256 | c764de5241d6dc3f35e9a4adbadefdd427335f55d10cc00d174fd62004bb5e5e |