Releases: asus4/tf-lite-unity-sample
Releases Β· asus4/tf-lite-unity-sample
v2.19.0-p3
v2.19.0-p2
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
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
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
What's Changed
com.github.asus4.tflite
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
- @keizo-yamashita made their first contribution in #357
- @Saqoosha made their first contribution in #369
Full Changelog: v2.16.1...v2.17.0
v2.16.1-p3
What's Changed
Full Changelog: v2.16.1-p2...v2.16.1-p3
v2.16.1-p2
v2.16.1-p1
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
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
BaseImagePredictoris marked as obsolete
- Add
TextureToNativeTensorDataclassTextureToTensoris 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
New Contributors
- @paulorenanmelo made their first contribution in #334
Full Changelog: v2.15.0...v2.16.1