Skip to content

vignetteapp/Moetion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ed5ed1 · Dec 19, 2022

History

93 Commits
Oct 18, 2022
Dec 19, 2022
Oct 18, 2022
Oct 22, 2022
Oct 22, 2022
Oct 22, 2022
Oct 18, 2022
Nov 27, 2021
Nov 20, 2021
Oct 18, 2022
Oct 18, 2022
Nov 26, 2021
Nov 20, 2021
Mar 13, 2022

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.