会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
我的视频blog地址
http://www.lofter.com/blog/cloudrivers
Michael云擎的技术博客
主要用于学习笔记和网上技术文章的收藏记录 ~
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
28
29
30
31
32
33
34
35
36
···
51
下一页
2019年9月24日
更换Raspbian Buster源
摘要: 更换Raspbian Buster源
阅读全文
posted @ 2019-09-24 22:28 Michael云擎
阅读(1455)
评论(0)
推荐(0)
2019年9月22日
OpenCV之cv2函数 2
摘要: 1、主要函数 1、 cv2.imread():读入图片,共两个参数,第一个参数为要读入的图片文件名,第二个参数为如何读取图片,包括 cv2.IMREAD_COLOR:读入一副彩色图片;cv2.IMREAD_GRAYSCALE:以灰度模式读入图片;cv2.IMREAD_UNCHANGED:读入一幅图片
阅读全文
posted @ 2019-09-22 19:01 Michael云擎
阅读(589)
评论(0)
推荐(0)
OpenCV中cv2的用法
摘要: OpenCV中cv2的用法 一、读入图像 使用函数cv2.imread(filepath,flags)读入一副图片 filepath:要读入图片的完整路径 flags:读入图片的标志 cv2.IMREAD_COLOR:默认参数,读入一副彩色图片,忽略alpha通道 cv2.IMREAD_GRAYSC
阅读全文
posted @ 2019-09-22 18:54 Michael云擎
阅读(2325)
评论(0)
推荐(1)
OpenVINO 对象识别 real_time_object_detection Movidius
摘要: MP4 识别结果 https://v.youku.com/v_show/id_XNDM3MTEyNDY2OA==.html
阅读全文
posted @ 2019-09-22 12:42 Michael云擎
阅读(473)
评论(0)
推荐(0)
树莓派和计算棒实现图形识别 RaspBerry Pi4 with OpenVino and Movidius
摘要: 1 import cv2 as cv 2 import sys 3 import logging as log 4 5 # openvino_fd_myriad.py 6 filename ='./' 7 8 log.basicConfig(format="[ %(levelname)s ] %(message)s", level=log.INFO, stream=sys.stdout) 9 10
阅读全文
posted @ 2019-09-22 12:19 Michael云擎
阅读(1137)
评论(0)
推荐(0)
2019年9月21日
树莓派无线网卡老是掉线
摘要: 基本分两种: 1. 后台脚本,发现断线后重启网卡或者后台运行ping命令来保持连接; 2. 关闭无线设备的电源管理。 关闭无线设备电源管理的方法基本以下两种: 1)运行命令: sudo iwconfig wlan0 power off 或者: sudo iw dev wlan0 set power_
阅读全文
posted @ 2019-09-21 18:30 Michael云擎
阅读(2713)
评论(0)
推荐(0)
refined_picam_NCS2_mobilenet
摘要: import cv2import timeimport numpyfrom multiprocessing import Processfrom multiprocessing import Queuefrom picamera.array import PiRGBArrayfrom picamer
阅读全文
posted @ 2019-09-21 01:05 Michael云擎
阅读(249)
评论(0)
推荐(0)
MobileNet-SSD-RealSense
摘要: https://github.com/PINTO0309/MobileNet-SSD-RealSense
阅读全文
posted @ 2019-09-21 01:03 Michael云擎
阅读(277)
评论(0)
推荐(0)
2019年9月20日
在 Amazon EC2 Linux 实例上手动安装 SSM 代理 Raspbian
摘要: https://docs.aws.amazon.com/zh_cn/systems-manager/latest/userguide/sysman-manual-agent-install.html 在 Amazon EC2 Linux 实例上手动安装 SSM 代理 使用以下脚本之一在下列 Linu
阅读全文
posted @ 2019-09-20 10:24 Michael云擎
阅读(644)
评论(0)
推荐(0)
2019年9月19日
Trying out the Intel Neural Compute Stick 2 – Movidius NCS2
摘要: Trying out the Intel Neural Compute Stick 2 – Movidius NCS2 Disclaimer: The opinions in this article (and on this website in general) are entirely min
阅读全文
posted @ 2019-09-19 23:00 Michael云擎
阅读(309)
评论(0)
推荐(0)
上一页
1
···
28
29
30
31
32
33
34
35
36
···
51
下一页
公告
我的视频blog地址
http://www.lofter.com/blog/cloudrivers