Skip to content

Releases: Formguru/guru-android-sdk

v1.6.0

22 Jun 17:06
4be72c7
Compare
Choose a tag to compare
  • Upgrade to ONNX Runtime v1.15.1. The SDK now supports ONNX models with opset version <=19.

What's Changed

Full Changelog: 1.5.0...1.6.0

1.5.0

19 May 05:52
Compare
Choose a tag to compare
  • Add support for landscape. This should now work correctly for either portrait or landscape images, or in fact images on any aspect ratio.
  • The SDK now includes a copy of a tensorflow object detection model, to improve accuracy for images of different aspect ratios. The model is 7.6mb so should have minimal impact on deployment options.

1.4.0

28 Mar 00:28
3cf2f8a
Compare
Choose a tag to compare

Add Onnx runtime support and allow loading models from assets/ directory.

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

20 Mar 16:06
22ff9ba
Compare
Choose a tag to compare

Add client-side support for hardware-accelerated models. Also, support tracking the pose without sending the keypoints to Guru for analysis.

What's Changed

  • Support ncnn inference and bump to 1.3.0 by @astahlman in #3

New Contributors

Full Changelog: 1.2.2...1.3.0

1.2.2

27 Feb 00:36
Compare
Choose a tag to compare
  • Fixed bug where analysis was sending landmarks in wrong case, resulting in bad analysis results.

1.2.1

26 Feb 22:21
Compare
Choose a tag to compare
  • Fixed bug where a partially downloaded model (perhaps because of network disconnect) would then be used as the final model and inference would fail. This will now only use the model if it's fully downloaded, and retry if not.

1.2.0

22 Feb 23:47
Compare
Choose a tag to compare
  • Add method overload to allow use of Bitmap for inference.

1.1.0

15 Feb 06:37
Compare
Choose a tag to compare
  • Added in pushing of inference to server to enable rep counting and feedback. No video is sent to the server, only spatial coordinates.

1.0.1

10 Feb 02:09
Compare
Choose a tag to compare
  • Remove Jitpack dependencies, since it did not seem a reliable distribution method.

1.0.0

10 Feb 00:55
Compare
Choose a tag to compare

Initial release of the SDK. For now this just includes support for live pose estimation.