mad-lab-fau / gaitmap-bench

https://gaitmap-bench.readthedocs.io
2 stars 0 forks source link

Documentation Status

gaitmap-challenges & gaitmap-bench

Reproducible benchmarks for IMU-based gait analysis.

This project is part of the gaitmap ecosystem. Learn more

gaitmap-challenges

You have developed an algorithm for gait analysis using foot-mounted IMUs? Then you can use gaitmap-challenges to quickly validate your algorithm using multiple different benchmark challenges.

  1. Install gaitmap-challenges

    pip install gaitmap-challenges
  2. Check the list of available challenges

  3. Head over to the gaitmap_datasets repository and download the datasets you need.

  4. Learn you to wrap your algorithm into a tpcp.Pipeline and run a challenge: Guide

  5. Inspect the results: TODO Link

Other things you can do with gaitmap-challenges:

gaitmap-bench

Viewing the results

You want to see how good existing algorithms perform in the gaitmap-challenges benchmarks? This repo contains reproducible scripts and results to create baseline results for the gaitmap algorithms and hopefully also for other algorithms in the future.

Find an overview over the results on the documentation page. (PS: You can download each result page as a Jupyter notebook to [play around with the results yourself](TODO GUIDE).)

To go deeper, you can find the raw results in the results folder and the code that generated the results in the entries folder

Adding new results

You think you can do better? Learn how to add your own algorithms to the gaitmap-bench repository using this guide.

On that note, you should probably also check out our guides on:

Repo Structure

Folders

This repo is quite complicated and has multiple sub-projects:

Python Environments

Learn more about how to handle this during development in this guide.