树莓派学习——Tensflow环境搭建

树莓派:Raspberry 3代B型

内核:4.9.35-v7+

Docker安装:

安装自动安装脚本

1:curl -s https://raw.githubusercontent.com/flyingtimes/image-recognition/master/one_step_install.sh|bash

安装更新文件

2:sudo apt-get update

安装docker

3: wget -qO- https://get.docker.com/ | sh 

输入一张图片,用imgdetect脚本检测

4:sudo bash imgdetect.sh demo1.jpg

 

如果想免sudo权限使用docker,可以修改下相关的文件:http://blog.csdn.net/baidu_36342103/article/details/69357438

 

posted @ 2017-09-17 16:06  cy_07  阅读(209)  评论(0编辑  收藏  举报