Skip to content

DIODEM: A Diverse Inertial and Optical Dataset of kinEmatic chain Motion

Notifications You must be signed in to change notification settings

SimiPixel/diodem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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']

About

DIODEM: A Diverse Inertial and Optical Dataset of kinEmatic chain Motion

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages