Skip to content

Releases: asus4/tf-lite-unity-sample

v2.16.1-p3

06 Sep 11:42
Compare
Choose a tag to compare

What's Changed

  • Fix potential deadlock when using run-in-background option by @asus4 in #373

Full Changelog: v2.16.1-p2...v2.16.1-p3

v2.16.1-p2

09 Aug 07:01
e4e5a2e
Compare
Choose a tag to compare

What's Changed

  • Replace default Object detection example from SSD to Efficient Det by @asus4 in #368
  • 🐛 Fix crash on dispose while running 'RunAsync' by @Saqoosha in #369
  • Add waitForMainThread option in RunAsync method by @asus4 in #370

New Contributors

Full Changelog: v2.16.1-p1...v2.16.1-p2

v2.16.1-p1

10 May 09:11
f987411
Compare
Choose a tag to compare

What's Changed

  • Adjustment to SSD Bounding Box Size Calculation to Account for Texture Aspect Ratio by @kaku-panda in #357
  • Remove microphone buffer class from WebGL build by @asus4 in #359

New Contributors

  • @kaku-panda made their first contribution in #357

Full Changelog: v2.16.1...v2.16.1-p1

v2.16.1

26 Mar 21:45
Compare
Choose a tag to compare

What's Changed

com.github.asus4.tflite

  • Upgrade TensorFlow Liet version v2.16.1 by @asus4 in #352
  • Add API to get extensions and schema version by @asus4 in #353
  • Add API to use Span/ReadOnlySpan by @asus4 in #349
  • Add extra metadata for UPM by @asus4 in #341

com.github.asus4.tflite.common

  • WebCamInput Development by @paulorenanmelo in #334
  • Rename BaseImagePredictor.Accelerator to TfLiteDelegateType by @asus4 in #342
  • Add new abstract class for image: BaseVisionTask by @asus4 in #344
    • BaseImagePredictor is marked as obsolete
  • Add TextureToNativeTensorData class
    • TextureToTensor is marked as obsolete

Examples

  • Migrate to VirtualTextureSource in all examples by @asus4 in #339
  • 🆕 Add audio classification example by @asus4 in #348
  • 🆕 Add MediaPipe's Magic Touch example by @asus4 in #351

Misc

  • Upgrade Unity version 2022.3.22f1 to by @asus4 in #338

New Contributors

Full Changelog: v2.15.0...v2.16.1

v2.15.0

25 Nov 00:39
Compare
Choose a tag to compare

What's Changed

  • Upgrade TFLite libraries to v2.15.0 by @asus4 in #326

Full Changelog: v2.14.0...v2.15.0

v2.14.0

24 Nov 23:47
ebd77d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.13.0...v2.14.0

v2.13.0

06 Sep 11:55
Compare
Choose a tag to compare

What's Changed

  • Remove metafiles in the framework by @asus4 in #307
  • Upgrade Unity version to 2022LTS by @asus4 in #314
  • Upgrade TensorFlow Lite libraries to v2.13.0 by @asus4 in #315
  • Support using OpenCL with Android API Level 32 by @asus4 in #316

Full Changelog: v2.12.0...v2.13.0

v2.12.0

14 May 21:49
6938ac7
Compare
Choose a tag to compare

What's Changed

  • Upgrade TensorFlow Lite library to v2.12.0 by @asus4 in #303

Full Changelog: v2.11.1...v2.12.0

v2.11.1

14 May 16:43
1eba9fd
Compare
Choose a tag to compare

What's Changed

  • Add support for building the native plugins by CircleCI by @stakemura in #265
  • Add NNApi Delegate by @asus4 in #270
  • Fix linker error on iOS && Unity LTS2021 by @asus4 in #271
  • Bump library version to 2.10.0-p1 by @asus4 in #274
  • Upgrade Unity version to 2021 LTS by @asus4 in #297
  • Add new constructor that passes model data as byte[] by @asus4 in #299
  • Upgrade TensorFlow Lite to v2.11.1 by @asus4 in #302

Full Changelog: v2.10.0...v2.11.1

v2.10.0-p1

07 Jan 15:35
4ae9930
Compare
Choose a tag to compare

What's Changed

  • Add support for building the native plugins by CircleCI by @stakemura in #265
  • Add NNAPI Delegate by @asus4 in #270
  • Fix XNNPack linker error on iOS && Unity LTS2021 by @asus4 in #271

Full Changelog: v2.10.0...v2.10.0-p1