牛头 发表于 2017-4-25 15:33:34

[福利]TensorFlow for Firefly RK3399开源板安装包

      这两年人工智能技术发展迅猛,啊尔法狗一战成名后,其背后的AI算法库自然受到热捧,向Google致敬!Firefly RK3399开源板性能不错,外围扩展能力强,特别是带双通道MIPI摄像头接口,应该是一个很好的人工智能实践平台。故想着安装一版TensorFlow在其运行,当时过程中免不了各种问题,但最后还是安装成功。为了方便大家在Firefly RK3399开源板上做TensorFlow的评估,现打包了一个安装包提供下载,免去安装过程中的各种麻烦,希望可以帮到大家。
      如果你拿Firefly RK3399开源板做了什么有意思的AI应用,请在论坛分享下,感谢!

      https://github.com/JohnnyChan8/TensorFlow4FireflyRK3399.git




暴走的阿Sai 发表于 2017-4-25 16:02:37

支持一个

frankzch 发表于 2017-4-25 16:05:05

本帖最后由 frankzch 于 2017-4-25 16:14 编辑

赞楼主!解决了我困扰好几天的问题!

牛头 发表于 2017-4-28 10:55:45

安装步骤:
1、安装python 3.5
sudo apt-get install python3.5
2、安装pip3
python3setup.py install
3、安装tensorflow
pip3 install tensorflow-1.1.0rc1-cp35-cp35m-linux_aarch64.whl

rc.li 发表于 2017-6-16 15:00:33

牛头 发表于 2017-4-28 10:55
安装步骤:
1、安装python 3.5
sudo apt-get install python3.5


您好!
请问如何打包一个tensorflow安装包?能否提供python2环境下的tensorflow安装包呢?
谢谢!期待您的回复!

Helios 发表于 2018-6-29 10:59:38

我也希望能在python2中能够支持

kanderson 发表于 2018-7-12 22:42:20

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

LeeXG 发表于 2018-7-25 11:27:01

kanderson 发表于 2018-7-12 22:42
I have actually installed Tensor 1.4 on a 3399 and have had reasonable success with it doing human/v ...

请问有没有使用RK3399的gpu?

simple123 发表于 2021-12-8 20:23:28

谢谢楼主
页: [1]
查看完整版本: [福利]TensorFlow for Firefly RK3399开源板安装包