project-sloth/captcha-images
收藏资源简介:
--- dataset_info: features: - name: image dtype: image - name: solution dtype: string splits: - name: train num_bytes: 24564698 num_examples: 6000 - name: validation num_bytes: 8195367 num_examples: 2000 - name: test num_bytes: 8186295 num_examples: 2000 download_size: 28857965 dataset_size: 40946360 license: wtfpl task_categories: - image-to-text tags: - captcha - ocr size_categories: - 1K<n<10K --- # Captcha dataset ## Data Captcha images with solutions of exactly 6 digit numbers ## Splits * Train: 6000 images * Validation: 2000 images * Test: 2000 images ## Example 
dataset_info: 数据集信息(dataset_info): 特征字段(features): - 名称(name): 图像(image) 数据类型(dtype): 图像(image) - 名称(name): 解算结果(solution) 数据类型(dtype): 字符串(string) 划分集(splits): - 名称(name): 训练集(train) 字节数(num_bytes): 24564698 样本数(num_examples): 6000 - 名称(name): 验证集(validation) 字节数(num_bytes): 8195367 样本数(num_examples): 2000 - 名称(name): 测试集(test) 字节数(num_bytes): 8186295 样本数(num_examples): 2000 下载大小(download_size): 28857965 数据集总大小(dataset_size): 40946360 许可证(license): wtfpl 任务类别(task_categories): - 图像到文本(image-to-text) 标签(tags): - 验证码(captcha) - OCR(Optical Character Recognition,光学字符识别) 规模类别(size_categories): - 1千<样本数<1万 --- # 验证码数据集 ## 数据 本数据集涵盖解算结果为严格6位阿拉伯数字的验证码图像及其对应解算结果 ## 数据集划分 * 训练集:6000张图像 * 验证集:2000张图像 * 测试集:2000张图像 ## 示例 
Captcha 数据集
数据
包含解决方案为6位数字的验证码图像。
特征
- image: 图像类型
- solution: 字符串类型
分割
- train: 6000 张图像,24564698 字节
- validation: 2000 张图像,8195367 字节
- test: 2000 张图像,8186295 字节
大小
- 下载大小: 28857965 字节
- 数据集大小: 40946360 字节
许可证
wtfpl
任务类别
- image-to-text
标签
- captcha
- ocr
大小类别
- 1K<n<10K




