上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 31 下一页
  2021年4月2日
摘要: # -*- encoding: utf-8 -*- """ @date: 2021/4/2 1:14 下午 @author: xuehuiping """ import selectivesearch import cv2 from PIL import Image, ImageDraw img = 阅读全文
posted @ 2021-04-02 13:49 宋岳庭 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 为了扩充数据集,需要将图片进行一定角度的旋转。 # -*- encoding: utf-8 -*- """ @date: 2021/2/20 1:32 下午 @author: xuehuiping """ import cv2 import os def process_file(folder, f 阅读全文
posted @ 2021-04-02 10:30 宋岳庭 阅读(415) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xing901022/p/9579935.html 阅读全文
posted @ 2021-04-02 09:13 宋岳庭 阅读(107) 评论(0) 推荐(0) 编辑
  2021年3月30日
摘要: 版本 Python 版本 编译器 编译工具 cuDNN CUDA Tensorflow-2.1.0 2.7、3.5-3.7 GCC 7.3.1 Bazel 0.27.1 7.6 10.1 Tensorflow-2.0.0 2.7、3.3-3.7 GCC 7.3.1 Bazel 0.26.1 7.4 阅读全文
posted @ 2021-03-30 18:27 宋岳庭 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 文本检测 ctpn训练好的模型 链接: https://pan.baidu.com/s/1tbNeiLXxVfUYg5nLBqyedA 密码: ibvg 下载后解压,把checkpoints_mlt/放入text-detection-ctpn/文件夹下 git clone https://githu 阅读全文
posted @ 2021-03-30 16:12 宋岳庭 阅读(231) 评论(0) 推荐(0) 编辑
摘要: MSER全称叫做最大稳定极值区域(MSER-Maximally Stable Extremal Regions),该算法是2002提出的,主要是基于分水岭的思想来做图像中斑点的检测。 # -*- encoding: utf-8 -*- """ @date: 2021/3/30 3:57 下午 @au 阅读全文
posted @ 2021-03-30 16:05 宋岳庭 阅读(526) 评论(0) 推荐(0) 编辑
摘要: 官网 https://ctwdataset.github.io/ 数据标注格式 每行共32个数字,前四个数字为该弯曲文本在整张图上的矩形框坐标值,剩下的28个值为14个点,为相对于矩形框左上角得误差补偿即为与左上角坐标所形成的差值,形成封闭的弯曲文本框,其计算方式可以简单的理解为: 1.将前4个坐标 阅读全文
posted @ 2021-03-30 12:40 宋岳庭 阅读(3288) 评论(0) 推荐(0) 编辑
摘要: http://www.iapr-tc11.org/mediawiki/index.php/MSRA_Text_Detection_500_Database_%28MSRA-TD500%29 从gt文件可以看出来,这不包含弯曲文字。 直排文本,可以有一个倾斜的角度,但是不弯曲。还是方形的标注框 阅读全文
posted @ 2021-03-30 10:22 宋岳庭 阅读(476) 评论(0) 推荐(0) 编辑
  2021年3月16日
摘要: 给定:一张图片,一个标注文件 需要:看标注的结果 本文数据来自total-text, https://github.com/cs-chan/Total-Text-Dataset 图片:链接: https://pan.baidu.com/s/1bohAIzB9-LxgwUmkHdlrDg 密码: ha 阅读全文
posted @ 2021-03-16 10:21 宋岳庭 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 原文:https://arxiv.org/abs/1710.10400v1 解读:http://www.tensorinfinity.com/upload/files/20181228/1545977420713019.pdf 数据标注的格式为:一张图片对应一个标注文件 标注文件的每行,是一个单词。 阅读全文
posted @ 2021-03-16 09:21 宋岳庭 阅读(714) 评论(1) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 31 下一页