An open API service indexing awesome lists of open source software.

https://github.com/nkluge-correa/skateboarding-trick-classifier

This repository contains accelerometry signals from a skateboard mounted with an accelerometer/recorder. The accelerometer was used to record several skateboarding maneuvers from 5 different classes.
https://github.com/nkluge-correa/skateboarding-trick-classifier

machine-learning skateboarding sports

Last synced: 3 months ago
JSON representation

This repository contains accelerometry signals from a skateboard mounted with an accelerometer/recorder. The accelerometer was used to record several skateboarding maneuvers from 5 different classes.

Awesome Lists containing this project

README

        

# Development of a skateboarding trick classifier using accelerometry and machine learning

[Paper](https://www.scielo.br/j/reng/a/sgsxHt4HffBYxDhqj9QD3dS/abstract/?lang=en) | [Data](https://github.com/Nkluge-correa/skateboarding-trick-classifier/tree/master/data) | [Models](https://github.com/Nkluge-correa/skateboarding-trick-classifier/tree/master/skateboarding_models)

[![DOI](https://zenodo.org/badge/422018559.svg)](https://zenodo.org/doi/10.5281/zenodo.6989815)

A skateboarder is doing a skateboarding trick in front of a circuit board.

This repository contains _accelerometry signals_ from a skateboard mounted with an accelerometer/recorder. The accelerometer was used to record several skateboarding maneuvers from 5 different classes. To solve the classification task we trained a neural network with our dataset. We trained both a flat-dense and a recurrent network (LSTM). Ensemble models for the 'flat-dense' and 'rnn' architectures were also trained. The dataset can be found in the `data` folder and models in the `skateboarding_models` folder. You can also follow the procedure with our `Skateboarding_Trick_Classifier` notebook.

## Cite as 🤗

---

```latex

@article{correa2017development,
title={Development of a skateboarding trick classifier using accelerometry and machine learning},
author={Corr{\^e}a, Nicholas Kluge and Lima, J{\'u}lio C{\'e}sar Marques de and Russomano, Thais and Santos, Marlise Araujo dos},
journal={Research on Biomedical Engineering},
volume={33},
pages={362--369},
year={2017},
publisher={SciELO Brasil}
}

```

## License

Contents of this repository are licensed under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for more details.