omimo / PyMO

A library for machine learning research on motion capture data
https://omid.al/projects/pymo/
MIT License
350 stars 71 forks source link

Euler angles to axis angles conversion #19

Open Leoniels opened 2 years ago

Leoniels commented 2 years ago

Hey, thank you for this project. It's been very helpful at SEDDI Inc.

We've added support to convert the animations rotation to axis-angles using SciPy's transform module. This project already pulls SciPy as a dependency for scikit-learn. Still, I added it in the setup.py dependencies list to make it explicit.