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
- Host: GitHub
- URL: https://github.com/yeyupiaoling/classificationforandroid
- Owner: yeyupiaoling
- License: apache-2.0
- Created: 2020-06-12T01:43:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T12:19:51.000Z (about 1 year ago)
- Last Synced: 2025-03-28T13:11:08.311Z (11 months ago)
- Topics: classification, deep-learning, mnn, paddlepaddle, tensorflow2, tnn
- Language: C++
- Homepage:
- Size: 44.1 MB
- Stars: 162
- Watchers: 4
- Forks: 67
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)