我的视频blog地址 http://www.lofter.com/blog/cloudrivers
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 46 下一页
摘要: OpenCV中cv2的用法 一、读入图像 使用函数cv2.imread(filepath,flags)读入一副图片 filepath:要读入图片的完整路径 flags:读入图片的标志 cv2.IMREAD_COLOR:默认参数,读入一副彩色图片,忽略alpha通道 cv2.IMREAD_GRAYSC 阅读全文
posted @ 2019-09-22 18:54 Michael云擎 阅读(2307) 评论(0) 推荐(1)
摘要: MP4 识别结果 https://v.youku.com/v_show/id_XNDM3MTEyNDY2OA==.html 阅读全文
posted @ 2019-09-22 12:42 Michael云擎 阅读(465) 评论(0) 推荐(0)
摘要: 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云擎 阅读(1113) 评论(0) 推荐(0)
摘要: 基本分两种: 1. 后台脚本,发现断线后重启网卡或者后台运行ping命令来保持连接; 2. 关闭无线设备的电源管理。 关闭无线设备电源管理的方法基本以下两种: 1)运行命令: sudo iwconfig wlan0 power off 或者: sudo iw dev wlan0 set power_ 阅读全文
posted @ 2019-09-21 18:30 Michael云擎 阅读(2663) 评论(0) 推荐(0)
摘要: import cv2import timeimport numpyfrom multiprocessing import Processfrom multiprocessing import Queuefrom picamera.array import PiRGBArrayfrom picamer 阅读全文
posted @ 2019-09-21 01:05 Michael云擎 阅读(244) 评论(0) 推荐(0)
摘要: https://github.com/PINTO0309/MobileNet-SSD-RealSense 阅读全文
posted @ 2019-09-21 01:03 Michael云擎 阅读(271) 评论(0) 推荐(0)
摘要: 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云擎 阅读(628) 评论(0) 推荐(0)
摘要: 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云擎 阅读(300) 评论(0) 推荐(0)
摘要: http://greyli.com/ 这哥们挺牛的,主页写的也蛮好 阅读全文
posted @ 2019-09-18 22:52 Michael云擎 阅读(108) 评论(0) 推荐(0)
摘要: 大部分试图简化 Python 虚拟环境和依赖管理工作流程的新工具都不够稳定,继续使用 virtualenv/venv 和 pip 这样的底层工具也是一个不错的选择,而且大多数人也是这么做的。它们虽然用起来有一点麻烦,但至少更可靠。 基本概念 下面是一些基本概念: PyPA:指 Python Pack 阅读全文
posted @ 2019-09-18 22:51 Michael云擎 阅读(1793) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 46 下一页
我的视频blog地址 http://www.lofter.com/blog/cloudrivers