Skip to content

Releases: asus4/tf-lite-unity-sample

v2.19.0-p3

08 Sep 11:15
1455b53

Choose a tag to compare

What's Changed

  • Update I/O array reference if changed by @asus4 in #402
  • Use OIDC publishing to improve security by @asus4 in #403 and #404

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

v2.19.0-p2

28 Jul 10:01
9b7ec74

Choose a tag to compare

What's Changed

  • Support 16kb alignment in Burst lib by @asus4 in #390 and #398
  • Fix crash when using async with UInt8 or Int32 input by @asus4 in #392
  • Remove obsolete examples by @asus4 in #394
  • Update selfie segmentation model by @asus4 in #396
  • Update the library and example for GPUDelegate with SSBO binding by @asus4 in #398

Full Changelog: v2.19.0...v2.19.0-p2

v2.19.0-p1

25 Jun 13:04
0fea407

Choose a tag to compare

v2.19.0-p1 Pre-release
Pre-release

What's Changed

  • Upgrade Unity to LTS 2022.3.62f1 to support 16kb alignment in Burst lib by @asus4 in #390
  • Fix crash when using async with model using UInt8 or Int32 as input by @asus4 in #392
  • Fix graphics fence error in GpuBindSample by @asus4 in #393
  • Remove obsolete examples by @asus4 in #394
  • Fetch Mobile Bert model from web by @asus4 in #395
  • Update selfie segmentation model to the latest by @asus4 in #396

Full Changelog: v2.19.0...v2.19.0-p1

v2.19.0

13 Jun 18:25
dea65c3

Choose a tag to compare

What's Changed

  • Remove old SSD and PoseNet examples form index by @asus4 in #377
  • Separate Tests from editor assembly by @asus4 in #378
  • Fix FilePopup attribute error when StreamingAssets doesn't exist by @asus4 in #379
  • Remove non-required package dependencies by @asus4 in #385
  • Update UPM dependencies by @asus4 in #388
  • Update libraries to v2.19.0 by @asus4 in #389
    • ⚠️ BREAKING Dropped "Packages/com.github.asus4.tflite/Plugins/Android/arm64-v8a/libtensorflowlite_gpu_gl.so" support as it doesn't support 16kb page size.

Full Changelog: v2.17.0...v2.19.0

v2.17.0

17 Oct 08:25
8a6f71f

Choose a tag to compare

What's Changed

com.github.asus4.tflite

  • Upgrade TensorFlow libs to v2.17.0 by @asus4 in #374

com.github.asus4.tflite.common

  • Adjustment to SSD Bounding Box Size Calculation to Account for Texture Aspect Ratio by @keizo-yamashita in #357
  • Remove microphone buffer class from WebGL build by @asus4 in #359
  • New ObjectDetection sample: Efficient Det by @asus4 in #362
  • 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
  • Fix potential deadlock when using run-in-background option by @asus4 in #373
  • Fix signature runner crash by @asus4 in #376

New Contributors

Full Changelog: v2.16.1...v2.17.0

v2.16.1-p3

06 Sep 11:42

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

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

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

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

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