Reorientation#

Algorithms to detect and correct IMU sensor orientation.

Algorithms#

ReorientationMethodDM(*[, ...])

Detects and corrects IMU sensor orientation for lower-back-worn devices.

Pipelines#

pipeline.ReorientationEmulationPipeline(algo)

Run a reorientation algorithm on simulated sensor misorientations.

Evaluation Scores#

These scores are expected to be used in combination with Evaluation and EvaluationCV or directly with cross_validation and validation.

reorientation_score

Scorer for reorientation algorithms.

reorientation_per_datapoint_score(pipeline, ...)

Calculate multiclass orientation-class accuracy for one datapoint.

reorientation_final_agg(agg_results, ...)

Aggregate the results of the reorientation emulation pipeline.

Base Classes#

Base class for reorientation correction algorithms.

BaseReorientationCorrector()

Base class for sensor reorientation correction algorithms.