
图像处理
稻穗子
这个作者很懒,什么都没留下…
展开
-
PSENet运行报错
ImportError: Python version mismatch: module was compiled for Python 3.6, but the interpreter version is incompatible: 3.7.6 (default, Jan 8 2020, 19:59:22)问题:编译pse的Python和运行的的Python不一致方案:改/pse/include/pybind11/detail/common.h文件113行//#include &...原创 2020-09-28 10:37:21 · 2008 阅读 · 1 评论 -
YOLOv3训练自己的数据(GPU版本)
1、下载工程两种方式:1.1 通过git克隆 git clone https://github.com/pjreddie/darknet.git1.2 到GitHub上直接下载 有时候服务器上内网限制,克隆不下来,不知道原因是啥,有可能是公司内网限制了,本人通过这种方式下载的工程 https://github.com/pjreddie/darknet2...原创 2018-05-12 22:45:08 · 48556 阅读 · 35 评论 -
文本检测数据集整理汇总
中文1、ctw 腾讯和清华大学合作标注的数据集https://ctwdataset.github.io/ 2、rctw 2017年ICARD比赛的数据集RCTW-17 is a competition on reading Chinese Text in images. For training and testing, we provide a large-sc...原创 2019-02-22 11:39:32 · 3476 阅读 · 0 评论 -
1x1卷积的作用
1x1卷积的主要作用有以下几点:1、降维( dimension reductionality )。比如,一张512x512且厚度depth为100 的图片在26个filter上做1x1的卷积,那么结果的大小为512*512*20。2、加入非线性。卷积层之后经过激励层,1x1的卷积在前一层的学习表示上添加了非线性激励( non-linear activation ),提升网络的表达能力;...原创 2019-03-28 15:41:10 · 1068 阅读 · 0 评论 -
百度OCR识别结构结构化处理视频
https://edu.youkuaiyun.com/course/detail/10506原创 2019-08-06 15:38:41 · 1091 阅读 · 0 评论