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

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

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)