会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
StarZhai
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
24
下一页
2019年12月4日
12.4第三天
摘要: 给ubuntu部署深度学习环境
阅读全文
posted @ 2019-12-04 15:16 StarZhai
阅读(179)
评论(0)
推荐(0)
2019年12月2日
安装linux windows双系统
摘要: 参考 1. 安装ubantu教程 https://blog.csdn.net/s717597589/article/details/79117112/ ubuntu18.04链接:http://mirror.lzu.edu.cn/ubuntu-releases/18.04.3/ubuntu-18.0
阅读全文
posted @ 2019-12-02 16:43 StarZhai
阅读(670)
评论(0)
推荐(0)
2019年11月28日
python学习之argparse模块
摘要: 一、简介: argparse是python用于解析命令行参数和选项的标准模块,用于代替已经过时的optparse模块。 argparse模块的作用是用于解析命令行参数, 例如 python parseTest.py input.txt output.txt --user=name --port=80
阅读全文
posted @ 2019-11-28 17:57 StarZhai
阅读(1314)
评论(0)
推荐(0)
2019年11月27日
win10安装linux虚拟机
摘要: win10安装linux虚拟机
阅读全文
posted @ 2019-11-27 11:50 StarZhai
阅读(8765)
评论(0)
推荐(0)
2019年11月26日
使用labelImg训练模型并用yolo3进行识别的工作流程
摘要: 使用labelImg训练模型并用yolo3进行识别的工作流程
阅读全文
posted @ 2019-11-26 15:33 StarZhai
阅读(2571)
评论(1)
推荐(0)
2019年11月25日
使用labelImg标注数据的方法
摘要: 使用labelImg标注数据的方法
阅读全文
posted @ 2019-11-25 11:19 StarZhai
阅读(27041)
评论(1)
推荐(1)
2019年11月21日
opencv教程propid属性
摘要: opencv教程propid属性
阅读全文
posted @ 2019-11-21 15:11 StarZhai
阅读(2019)
评论(0)
推荐(1)
2019年11月19日
python调用摄像头
摘要: 1.python实时调取本地摄像头 import numpy as np import cv2 cap = cv2.VideoCapture(0) #参数为0时调用本地摄像头;url连接调取网络摄像头;文件地址获取本地视频 while(True): ret,frame=cap.read() #灰度化
阅读全文
posted @ 2019-11-19 14:49 StarZhai
阅读(13406)
评论(0)
推荐(3)
2019年11月13日
windows电脑cmd查看wifi密码
摘要: windows电脑cmd查看wifi密码
阅读全文
posted @ 2019-11-13 10:08 StarZhai
阅读(5542)
评论(0)
推荐(0)
2019年11月11日
windows下设置GPU加速tensorflow运算(GT1050)
摘要: tensorflow-gpu
阅读全文
posted @ 2019-11-11 13:57 StarZhai
阅读(3784)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
24
下一页
公告