- Support Object Detection with SSD MobileNet and Tiny Yolov2.
- Updated to TensorFlow Lite API v1.12.0.
- No longer accepts parameter
inputSizeandnumChannels. They will be retrieved from input tensor. numThreadsis moved toTflite.loadModel.
- Support byte list: runModelOnBinary
- Support Swift based project
- Pass error message in channel in Android.
- Use non hard coded label size in iOS.
- Fixed link.
- Initial release.