有关OCR的数据集整理

  •  提供数据集百度云链接
  •  数据集转换为统一格式(检测和识别)
    •  icdar2015
    •  MLT2019
    •  COCO-Text_v2
    •  ReCTS
    •  SROIE
    •  ArT
    •  LSVT
    •  Synth800k
    •  icdar2017rctw
    •  MTWI 2018
    •  百度中文场景文字识别
    •  mjsynth
    •  Synthetic Chinese String Dataset(360万中文数据集)
  •  提供读取脚本

参考  收集并整理有关OCR的数据集,以便制作通用OCR-面圈网 (mianshigee.com)

下载

百度云 提取码:9s4x

数据集

数据集主页适用情况数据情况标注形式说明
ICDAR2015Overview - Incidental Scene Text - Robust Reading Competition检测&识别语言: 英文 train:1,000 test:500x1, y1, x2, y2, x3, y3, x4, y4, transcription坐标: x1, y1, x2, y2, x3, y3, x4, y4 transcription : 框内的文字信息
MLT2019Overview - ICDAR 2019 Robust Reading Challenge on Multi-lingual scene text detection and recognition - Robust Reading Competition检测&识别语言: 混合 train:10,000 test:10,000x1,y1,x2,y2,x3,y3,x4,y4,script,transcription坐标: x1, y1, x2, y2, x3, y3, x4, y4 script: 文字所属语言 transcription : 框内的文字信息
COCO-Text_v2COCO-Text V2.0检测&识别语言: 混合 train:43,686 validation:10,000 test:10,000json
ReCTSOverview - ICDAR 2019 Robust Reading Challenge on Reading Chinese Text on Signboard - Robust Reading Competition检测&识别语言: 混合 train:20,000 test:5,000{ “chars”: [ {“points”: [x1,y1,x2,y2,x3,y3,x4,y4], “transcription” : “trans1”, "ignore":0 }, {“points”: [x1,y1,x2,y2,x3,y3,x4,y4], “transcription” : “trans2”, " ignore ":0 }], “lines”: [ {“points”: [x1,y1,x2,y2,x3,y3,x4,y4] , “transcription” : “trans3”, "ignore ":0 }], }points: x1,y1,x2,y2,x3,y3,x4,y4 chars: 字符级别的标注 lines: 行级别的标注. transcription : 框内的文字信息 ignore: 0:不忽略,1:忽略
SROIEOverview - ICDAR 2019 Robust Reading Challenge on Scanned Receipts OCR and Information Extraction - Robust Reading Competition检测&识别语言: 英文 train:699 test:400x1, y1, x2, y2, x3, y3, x4, y4, transcription坐标: x1, y1, x2, y2, x3, y3, x4, y4 transcription : 框内的文字信息
ArT(已包含Total-Text和SCUT-CTW1500)Overview - ICDAR2019 Robust Reading Challenge on Arbitrary-Shaped Text - Robust Reading Competition检测&识别语言: 混合 train: 5,603 test: 4,563{ “gt_1”: [ {“points”: [[x1, y1], [x2, y2], …, [xn, yn]], “transcription” : “trans1”, “language” : “Latin”, "illegibility": false }, {“points”: [[x1, y1], [x2, y2], …, [xn, yn]], “transcription” : “trans2”, “language” : “Chinese”, "illegibility": false }], }points: x1,y1,x2,y2,x3,y3,x4,y4…xn,yn transcription : 框内的文字信息 language: 语言信息 illegibility: 是否模糊
LSVTOverview - ICDAR2019 Robust Reading Challenge on Large-scale Street View Text with Partial Labeling - Robust Reading Competition检测&识别语言: 混合 全标注 train: 30,000 test: 20,000 只标注文本 400,000{ “gt_1”: [ {“points”: [[x1, y1], [x2, y2], …, [xn, yn]], “transcription” : “trans1”, "illegibility": false }, {“points”: [[x1, y1], [x2, y2], …, [xn, yn]], “transcription” : “trans2”, "illegibility": false }], }points: x1,y1,x2,y2,x3,y3,x4,y4…xn,yn transcription : 框内的文字信息 illegibility: 是否模糊
Synth800kVisual Geometry Group - University of Oxford检测&识别语言: 英文 800,000imnames: wordBB: charBB: txt:imnames: 文件名称 wordBB: 24n,每张图像内的文本框 charBB: 24n,每张图像内的字符框 txt: 每张图形内的字符串
icdar2017rctwICDAR 2017 RCTW 中文场景文本检测和识别数据集_icdar2017_忘泪的博客-CSDN博客检测&识别语言: 混合 train:8,034 test:4,229x1,y1,x2,y2,x3,y3,x4,y4,<识别难易程度>,transcription坐标: x1, y1, x2, y2, x3, y3, x4, y4 transcription : 框内的文字信息
MTWI 2018识别: https://tianchi.aliyun.com/competition/entrance/231684/introduction 检测: https://tianchi.aliyun.com/competition/entrance/231685/introduction检测&识别语言: 混合 train:10,000 test:10,000x1, y1, x2, y2, x3, y3, x4, y4, transcription坐标: x1, y1, x2, y2, x3, y3, x4, y4 transcription : 框内的文字信息
百度中文场景文字识别飞桨学习赛:中文场景文字识别(本赛事已结束,可前往同名比赛进行学习) - 飞桨AI Studio识别语言: 混合 train:未统计 test:未统计h,w,name,valueh: 图片高度 w: 图片宽度 name: 图片名 value: 图片上文字
mjsynthVisual Geometry Group - University of Oxford识别语言: 英文 9,000,000--
Synthetic Chinese String Dataset(360万中文数据集)链接:百度网盘-链接不存在 提取码:spyi识别语言: 混合 300k--
英文识别数据大礼包(GitHub - clovaai/deep-text-recognition-benchmark: Text recognition (optical character recognition) with deep learning methods.) 训练:MJSynth和SynthText 验证:IIIT, SVT, IC03, IC13, IC15, SVTP, CUTE链接:百度网盘 请输入提取码 提取码:rryk识别语言: 英文--

数据生成工具

https://github.com/TianzhongSong/awesome-SynthText

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值