https://github.com/mkjung99/mocaplib
MoCapLib: Library for MoCap data processing and analysis
https://github.com/mkjung99/mocaplib
kinematics marker mocap motion-capture
Last synced: over 1 year ago
JSON representation
MoCapLib: Library for MoCap data processing and analysis
- Host: GitHub
- URL: https://github.com/mkjung99/mocaplib
- Owner: mkjung99
- License: mit
- Created: 2020-06-17T00:01:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-20T22:22:45.000Z (over 4 years ago)
- Last Synced: 2025-01-08T19:26:13.057Z (over 1 year ago)
- Topics: kinematics, marker, mocap, motion-capture
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MoCapLib
MoCapLib: Library for Motion Capture data processing and analysis
## Description
The aim of this repository is to provide a simple Python-based library for motion capture data processing and analysis.
## Installation
MoCapLib can be installed from [PyPI](https://pypi.org/project/mocaplib/) using ```pip``` on Python>=3.7.
```bash
pip install mocaplib
```
## Usage
Currently, MoCapLib is under heavy development.
## Installation of BTK (Microsoft Windows x64 platforms) for C3D file parsing
- [Conda-forge](https://anaconda.org/conda-forge/btk) (find the [details](https://github.com/Biomechanical-ToolKit/BTKCore/issues/28#issuecomment-572571063))
- [PyPI](https://pypi.org/project/pyBTK/)
## BTK references
- [BTK source code GitHub](https://github.com/Biomechanical-ToolKit/BTKCore)
- [BTK Documentation for the Python wrapping](http://biomechanical-toolkit.github.io/docs/Wrapping/Python/index.html)
- [Python Cheat Sheet for BTK 0.3](https://pycgm2.github.io/articles/btk.html)
## Dependencies
- [NumPy](https://numpy.org/)
- [SciPy](https://www.scipy.org/)
## License
[MIT](https://choosealicense.com/licenses/mit/)