我的视频blog地址 http://www.lofter.com/blog/cloudrivers
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 46 下一页
摘要: Stage variables are name-value pairs that you can define as configuration attributes associated with a deployment stage of a REST API. They act like e 阅读全文
posted @ 2019-10-02 11:59 Michael云擎 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 利用 Lambda 函数的环境变量,您可以将设置动态传递到函数代码和库,而无需对代码进行任何更改。环境变量是您使用 AWS Lambda 控制台、AWS Lambda CLI 或 AWS Lambda 开发工具包作为函数配置的一部分创建并修改的密钥值对。AWS Lambda 随后会使用相应语言所支持 阅读全文
posted @ 2019-10-02 11:45 Michael云擎 阅读(216) 评论(0) 推荐(0) 编辑
摘要: [在使用Movidius的模型优化器转换模型之前,需要先用MXNet的deploy.py将模型转换成部署模式,然后才能用movidius的优化器转换] https://github.com/apache/incubator-mxnet/blob/master/example/ssd/deploy.p 阅读全文
posted @ 2019-10-01 22:02 Michael云擎 阅读(434) 评论(0) 推荐(0) 编辑
摘要: [在使用Movidius的模型优化器转换模型之前,需要先用MXNet的deploy.py将模型转换成部署模式,然后才能用movidius的优化器转换] https://github.com/apache/incubator-mxnet/blob/master/example/ssd/deploy.p 阅读全文
posted @ 2019-09-30 21:07 Michael云擎 阅读(833) 评论(0) 推荐(0) 编辑
摘要: Grafana 6.3.3 发布了,Grafana 是一个功能丰富的指标标准仪表板和图形编辑器,用于分析和监控 Graphite、Elasticsearch、OpenTSDB、Prometheus 和 InfluxDB。 新版本更新主要是 Bug修复,具体如下: Annotations:修复取消时间 阅读全文
posted @ 2019-09-28 22:20 Michael云擎 阅读(517) 评论(0) 推荐(0) 编辑
摘要: Technical Specifications Technical Specifications Technical Specifications Technical Specifications Technical Specifications Technical Specifications 阅读全文
posted @ 2019-09-28 19:49 Michael云擎 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 使用OpenCV的VideoCapture 读取.mp4文件时出现以下错误:Unable to stop the stream: Inappropriate ioctl for device 此问题由于未安装ffmpeg导致。 sudo apt-get install ffmpeg 重新编译opec 阅读全文
posted @ 2019-09-24 23:47 Michael云擎 阅读(1803) 评论(0) 推荐(0) 编辑
摘要: 更换Raspbian Buster源 阅读全文
posted @ 2019-09-24 22:28 Michael云擎 阅读(1427) 评论(0) 推荐(0) 编辑
摘要: 1、主要函数 1、 cv2.imread():读入图片,共两个参数,第一个参数为要读入的图片文件名,第二个参数为如何读取图片,包括 cv2.IMREAD_COLOR:读入一副彩色图片;cv2.IMREAD_GRAYSCALE:以灰度模式读入图片;cv2.IMREAD_UNCHANGED:读入一幅图片 阅读全文
posted @ 2019-09-22 19:01 Michael云擎 阅读(483) 评论(0) 推荐(0) 编辑
摘要: OpenCV中cv2的用法 一、读入图像 使用函数cv2.imread(filepath,flags)读入一副图片 filepath:要读入图片的完整路径 flags:读入图片的标志 cv2.IMREAD_COLOR:默认参数,读入一副彩色图片,忽略alpha通道 cv2.IMREAD_GRAYSC 阅读全文
posted @ 2019-09-22 18:54 Michael云擎 阅读(2124) 评论(0) 推荐(1) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 46 下一页
我的视频blog地址 http://www.lofter.com/blog/cloudrivers