Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

PyJama is a friendly python library for analyzing human kinematics data. Aimed at analyzing data from IMU's, MIMU's, data from optical devices and in the future tracking data from deeplearning models.

License

NotificationsYou must be signed in to change notification settings

tuliofalmeida/pyjama

Repository files navigation

Build Statuspython-versionPyPI version fury.ioLicense: MITlast-commitdownloadsOpen Source? Yes!Open In Colabstars

PyJama - Python for Joint Angle Measurement and Acquisition


PyJama is open access project that was developed during my master's work atEdmond and Lily Safra International Institute of Neuroscience ofSantos Dumont Insitute. PyJama is a user friendly python library for analyzing human kinematics data. Aimed at analyzing data from IMU's, MIMU's, data from optical devices and in the future tracking data from deeplearning models. The PyJama library was designed based on theJAMA device.

Contents


Installation


The latest stable release is available on PyPI, and you can install it by saying

pip install pyjamalib

Anaconda users can install usingconda-forge:

conda install -c conda-forge pyjamalib

To build PyJama from source, saypython setup.py build.Then, to install PyJama, saypython setup.py install.If all went well, you should be able to execute the demo scripts underexamples(OS X users should follow the installation guide given below).

Alternatively, you can download or clone the repository and usepip to handle dependencies:

unzip pyjamalib.zippip install -e pyjamalib

or

git clone https://github.com/tuliofalmeida/pyjamapip install -e pyjamalib

By callingpip list you should seepyjamalib now as an installed package:

pyjamalib (1.x.x, /path/to/pyjamalib)

Examples


  • Example of using the library associeted with JAMA.Open In Colab
  • Example of using JAMA in a real situation.Open In Colab
  • Example of using the library using data extracted using Vicon and Xsens.Open In Colab

Contributing


For minor fixes of code and documentation, please go ahead and submit a pull request. A gentle introduction to the process can be foundhere.

Check out the list of issues that are easy to fix. Working on them is a great way to move the project forward.

Larger changes (rewriting parts of existing code from scratch, adding new functions to the core, adding new libraries) should generally be discussed by opening an issue first. PRs with such changes require testing and approval.

Feature branches with lots of small commits (especially titled "oops", "fix typo", "forgot to add file", etc.) should be squashed before opening a pull request. At the same time, please refrain from putting multiple unrelated changes into a single pull request.

Development Team:


Publications


  • de Almeida TF, Morya E, Rodrigues AC, de Azevedo Dantas AFO. Development of a Low-Cost Open-Source Measurement System for Joint Angle Estimation. Sensors. 2021; 21(19):6477.https://doi.org/10.3390/s21196477
  • If you publish any paper using PyJama please contact us to updatehere!

Credits


About

PyJama is a friendly python library for analyzing human kinematics data. Aimed at analyzing data from IMU's, MIMU's, data from optical devices and in the future tracking data from deeplearning models.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp