Skip to content

A MediaPipe Solver library, inspired of kalidokit

License

Notifications You must be signed in to change notification settings

0b10000/Moetion

 
 

Moetion

A solver library for MediaPipe output in C#, inspired of kalidokit.

Differences from kalidokit

While this is using similar behaviors from kalidokit, we've made substantial changes that differentiate it from the original implementation:

  • We use Quaternions to prevent gimbal-locking and prevent the edge cases we see from Euler Angle-based implementations
  • We've re-written the code to take advantage of C# and .NET as much as possible, but we kept the definition names similar or relatively similar.
  • We use MediaPipe.NET, a Vignette-maintained library to interact with MediaPipe.

This list is non-exhaustive however, but the list of changes we're doing makes it sufficient to call it it's own library rather than a deriverative.

Copyright

Moetion is Copyright © The Vignette Authors, licensed under the BSD 3-Clause License. See the LICENSE file for more details.

About

A MediaPipe Solver library, inspired of kalidokit

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C# 98.4%
  • Dockerfile 1.6%