会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
兔子二
上一页
1
···
11
12
13
14
15
16
17
18
19
20
下一页
2019年5月17日
Imagenet 训练
摘要: https://blog.csdn.net/SrdLaplace/article/details/82194366
阅读全文
posted @ 2019-05-17 17:48 兔子二
阅读(95)
评论(0)
推荐(0)
深度学习中优化方法——momentum、Nesterov Momentum、AdaGrad、Adadelta、RMSprop、Adam
摘要: https://blog.csdn.net/u012328159/article/details/80311892
阅读全文
posted @ 2019-05-17 12:03 兔子二
阅读(106)
评论(0)
推荐(0)
2019年4月30日
opencv-python 读入带有中文的图片路径
摘要: windows 下读入带有中文的图片路径使用cv2.imread() 不能读入。使用如下代码可以。def cv_imread(filePath): cv_img = cv2.imdecode(np.fromfile(filePath, dtype=np.uint8), cv2.IMREAD_COLO
阅读全文
posted @ 2019-04-30 14:52 兔子二
阅读(240)
评论(0)
推荐(0)
2019年4月11日
百度爬虫
摘要: https://blog.csdn.net/qq_40774175/article/details/81273198
阅读全文
posted @ 2019-04-11 16:27 兔子二
阅读(97)
评论(0)
推荐(0)
2019年3月26日
ubuntu16.04 安装python3.6
摘要: https://chuna2.787528.xyz/yjlch1016/p/8641910.html
阅读全文
posted @ 2019-03-26 17:39 兔子二
阅读(112)
评论(0)
推荐(0)
2019年3月24日
ocr 资源
摘要: 1. PIL 在图片上添加中文 https://blog.csdn.net/m0_37606112/article/details/78511381 2 .Chinese Text in the Wild https://ctwdataset.github.io/
阅读全文
posted @ 2019-03-24 21:47 兔子二
阅读(101)
评论(0)
推荐(0)
2019年1月23日
apache2 + django 路径问题
摘要: 问题: 在代码中使用sys.path.append(), 添加模块路径后,仍然报错找不到包。 虽然在LD_LIBRARY_PATH中配置了.so文件打路径,仍然报错找不到。 原因: 检查apahce2的配置文件apache2.conf之后发现,它限制了程序只可以访问/usr/share 和/var/
阅读全文
posted @ 2019-01-23 14:32 兔子二
阅读(166)
评论(0)
推荐(0)
2019年1月21日
dgango 报错: Timeout when reading response headers from daemon process
摘要: 问题:image = np.asarray(bytearray(f.read()), dtype="uint8")cv2_img = cv2.imdecode(image, cv2.IMREAD_COLOR)虽然image中已经接收到数据,代码却在decode函数处卡死。 解决:在mysite.co
阅读全文
posted @ 2019-01-21 14:02 兔子二
阅读(606)
评论(0)
推荐(0)
2019年1月17日
apache2 + django
摘要: 参照: http://blog.topspeedsnail.com/archives/7828 注意,当django安装在虚拟环境下时,配置文件里面需要有python-home 指向虚拟环境 WSGIDaemonProcess myproject python-home=/home/snail/my
阅读全文
posted @ 2019-01-17 19:52 兔子二
阅读(106)
评论(0)
推荐(0)
2019年1月15日
cv2.FileNode has no keys
摘要: 把 python-opencv 版本由3.4.1 换成 3.4.4之后,问题解决
阅读全文
posted @ 2019-01-15 15:21 兔子二
阅读(156)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
20
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告