Skip to content

Releases: wearable-motion-capture/arm-pose-estimation

Phone Mode Updates

05 Feb 21:43
70dbd89
Compare
Choose a tag to compare
  • Updated Kalman model for Pocket mode
  • Enabled stochastic forward passes for the Upper Arm mode. The old one is moved to experimental scripts as "raw_upper_arm".
  • Fixed pip-install bug where the kalman model is not copied to the target directory

Phone Pocket handling

09 Oct 22:38
a8390ad
Compare
Choose a tag to compare
  • Added a Kalman Filter approach to allow free body orientation changes tracked by the phone
  • See associated Workshop Paper for this release
  • New message structure and new models for old modes

first basic release

10 Aug 21:50
5253ec4
Compare
Choose a tag to compare
  • The first basic release provides streaming and record examples for the modes WatchOnly and PhoneUpperArm.
  • Additional functionalities remain in the experimental scripts category until they are thoroughly documented and tested