这两年人工智能技术发展迅猛,啊尔法狗一战成名后,其背后的AI算法库自然受到热捧,向Google致敬!Firefly RK3399开源板性能不错,外围扩展能力强,特别是带双通道MIPI摄像头接口,应该是一个很好的人工智能实践平台。故想着安装一版TensorFlow在其运行,当时过程中免不了各种问题,但最后还是安装成功。为了方便大家在Firefly RK3399开源板上做TensorFlow的评估,现打包了一个安装包提供下载,免去安装过程中的各种麻烦,希望可以帮到大家。
如果你拿Firefly RK3399开源板做了什么有意思的AI应用,请在论坛分享下,感谢!
https://github.com/JohnnyChan8/TensorFlow4FireflyRK3399.git
本帖最后由 frankzch 于 2017-4-25 16:14 编辑
赞楼主!解决了我困扰好几天的问题!
安装步骤:
1、安装python 3.5
sudo apt-get install python3.5
2、安装pip3
python3 setup.py install
3、安装tensorflow
pip3 install tensorflow-1.1.0rc1-cp35-cp35m-linux_aarch64.whl
rc.li
5
牛头 发表于 2017-4-28 10:55
安装步骤:
1、安装python 3.5
sudo apt-get install python3.5
您好!
请问如何打包一个tensorflow安装包?能否提供python2环境下的tensorflow安装包呢?
谢谢!期待您的回复!
I have actually installed Tensor 1.4 on a 3399 and have had reasonable success with it doing human/vehicle detection.
我实际上已经在3399上安装了Tensor 1.4并且在人工/车辆检测方面取得了合理的成功。
Kent