上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 52 下一页
摘要: 向 AWS Elastic Beanstalk 部署 Flask 应用程序 Flask 是一种适用于 Python 的开源 Web 应用程序框架。本教程将演练生成 Flask 应用程序并将其部署到 AWS Elastic Beanstalk 环境的过程。 小节目录 先决条件 通过 Flask 设置 阅读全文
posted @ 2019-09-17 20:27 CloudRivers 阅读(659) 评论(0) 推荐(0)
摘要: https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/welcome.html Installing the AWS Toolkit for Visual Studio Code This section describes 阅读全文
posted @ 2019-09-16 17:39 CloudRivers 阅读(443) 评论(0) 推荐(0)
摘要: Installing the AWS SAM CLI on macOS https://docs.aws.amazon.com/zh_cn/serverless-application-model/latest/developerguide/serverless-sam-cli-install-ma 阅读全文
posted @ 2019-09-16 12:59 CloudRivers 阅读(579) 评论(0) 推荐(0)
摘要: 下面我们介绍当需要用到树莓派的显示屏作为演示或监视器的时候,禁止长时间无响应屏幕休眠的方法。区分两种情况: 一、禁止屏幕在图形界面下休眠 在 /etc/profile.d 路径下新建一个文件,如Screen.sh,并将下面两条命令写入该文件,即可以实现永久禁用。 1 2 xsetdpms 0 0 0 阅读全文
posted @ 2019-09-10 11:21 CloudRivers 阅读(608) 评论(0) 推荐(0)
摘要: Installing libgtk-x11-2.0.so.0 in Amazon Linux AMI 2017.03.1 Encountered an error when “import cv2″ in Jupyterhub. This is a memo to solve it. Amazon 阅读全文
posted @ 2019-09-09 19:20 CloudRivers 阅读(553) 评论(0) 推荐(0)
摘要: https://software.intel.com/en-us/articles/get-started-with-the-openvino-toolkit-and-aws-greengrass Hardware-Accelerated Function-as-a-Service Using AW 阅读全文
posted @ 2019-09-07 23:01 CloudRivers 阅读(234) 评论(0) 推荐(0)
摘要: https://software.intel.com/en-us/articles/get-started-with-the-openvino-toolkit-and-aws-greengrass Hardware-Accelerated Function-as-a-Service Using AW 阅读全文
posted @ 2019-09-07 19:36 CloudRivers 阅读(231) 评论(0) 推荐(0)
摘要: 如果有任何物体在移动,树莓派的摄像头就会抓拍,并保存到/home/pi/picam文件夹,在pc机上,就可以远程用VNC查看这些照片。 https://blog.csdn.net/u013162035/article/details/78580486 #!/usr/bin/python # orig 阅读全文
posted @ 2019-09-07 19:21 CloudRivers 阅读(870) 评论(0) 推荐(0)
摘要: 第一步:开启摄像头模式 在终端输入 sudo raspi-config 选择 Enable canmer 然后finish 然后方向键右右然后回车 退出config 第二步:拍照片测试 终端输入 raspistill -o testcapture.jpg 摄像头红灯开始闪烁,屏幕有五秒预览画面,第五 阅读全文
posted @ 2019-09-07 19:18 CloudRivers 阅读(5716) 评论(0) 推荐(0)
摘要: 从零开始搭建树莓派+intel movidius 神经元计算棒2代深度学习环境 摘要 材料硬件: 步骤: 1、 下载树莓派镜像并解压 2、 烧写镜像 3、 启动树莓派 4、 配置树莓派 5、 安装cmake 6、 下载OpenVINO toolkit for Raspbian安装包: 7、 配置路径 阅读全文
posted @ 2019-09-04 15:26 CloudRivers 阅读(1179) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 52 下一页