https://github.com/xuexiangjys/mace_demo
小米mace 深度学习框架 已经编译成功的android demo
https://github.com/xuexiangjys/mace_demo
Last synced: 7 months ago
JSON representation
小米mace 深度学习框架 已经编译成功的android demo
- Host: GitHub
- URL: https://github.com/xuexiangjys/mace_demo
- Owner: xuexiangjys
- Created: 2019-04-12T05:54:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:46:48.000Z (almost 2 years ago)
- Last Synced: 2024-02-29T16:32:45.927Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 22.6 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MACE Demo
小米mace 深度学习框架 已经编译成功的android demo
## 运行注意点
由于demo运行需要使用NDK,这里建议使用`android-ndk-r16b`版本ndk,过高版本的ndk会编译不通过!
## 官方链接
* [mace官方github](https://github.com/xiaomi/mace)
* [mace安装指南](https://mace.readthedocs.io/en/latest/installation/env_requirement.html)
* [mace官方android demo](https://github.com/XiaoMi/mace/tree/master/mace/examples/android)
## 参考链接
* [在Android手机上使用MACE实现图像分类](https://blog.csdn.net/qq_33200967/article/details/81901068)
* [基于现有 TensorFlow 模型构建 Android 应用](https://www.jianshu.com/p/9db330540a9f)