New
v2.17.0
What's Changed
com.github.asus4.tflite
- Upgrade TensorFlow libs to v2.17.0 by @asus4 in https://github.com/asus4/tf-lite-unity-sample/pull/374
com.github.asus4.tflite.common
- Adjustment to SSD Bounding Box Size Calculation to Account for Texture Aspect Ratio by @keizo-yamashita in https://github.com/asus4/tf-lite-unity-sample/pull/357
- Remove microphone buffer class from WebGL build by @asus4 in https://github.com/asus4/tf-lite-unity-sample/pull/359
- New ObjectDetection sample: Efficient Det by @asus4 in https://github.com/asus4/tf-lite-unity-sample/pull/362
- Replace default Object detection example from SSD to Efficient Det by @asus4 in https://github.com/asus4/tf-lite-unity-sample/pull/368
- Fix crash on dispose while running 'RunAsync' by @Saqoosha in https://github.com/asus4/tf-lite-unity-sample/pull/369
- Add waitForMainThread option in RunAsync method by @asus4 in https://github.com/asus4/tf-lite-unity-sample/pull/370
- Fix potential deadlock when using run-in-background option by @asus4 in https://github.com/asus4/tf-lite-unity-sample/pull/373
- Fix signature runner crash by @asus4 in https://github.com/asus4/tf-lite-unity-sample/pull/376
New Contributors
- @keizo-yamashita made their first contribution in https://github.com/asus4/tf-lite-unity-sample/pull/357
- @Saqoosha made their first contribution in https://github.com/asus4/tf-lite-unity-sample/pull/369
Full Changelog: https://github.com/asus4/tf-lite-unity-sample/compare/v2.16.1...v2.17.0