An open API service indexing awesome lists of open source software.

https://github.com/yeyupiaoling/classificationforandroid

在Android使用深度学习模型实现图像识别,本项目提供了多种使用方式,使用到的框架如下:Tensorflow Lite、Paddle Lite、MNN、TNN
https://github.com/yeyupiaoling/classificationforandroid

classification deep-learning mnn paddlepaddle tensorflow2 tnn

Last synced: 11 months ago
JSON representation

在Android使用深度学习模型实现图像识别,本项目提供了多种使用方式,使用到的框架如下:Tensorflow Lite、Paddle Lite、MNN、TNN

Awesome Lists containing this project

README

          

在Android使用深度学习模型实现图像识别,本项目提供了多种使用方式,使用到的框架如下:
- [Tensorflow Lite](https://github.com/yeyupiaoling/ClassificationForAndroid/tree/master/TFLiteClassification)
- [Paddle Lite](https://github.com/yeyupiaoling/ClassificationForAndroid/tree/master/PaddleLiteClassification)
- [MNN](https://github.com/yeyupiaoling/ClassificationForAndroid/tree/master/MNNClassification)
- [TNN](https://github.com/yeyupiaoling/ClassificationForAndroid/tree/master/TNNClassification)