HWDB1.1 离线手写汉字数据集
收藏资源简介:
HWDB1.1是由中国科学院自动化研究所(CASIA)模式识别国家重点实验室开发的标准离线手写汉字数据集。该数据集包含了GB2312-80一级字符集中3,755个汉字类别,由240位不同的书写者贡献,总计约120万个汉字样本。数据集被划分为标准训练集(897,758个样本)和测试集(223,991个样本)。
HWDB1.1 is a standard offline handwritten Chinese character dataset developed by the National Laboratory of Pattern Recognition (NLPR), Institute of Automation, Chinese Academy of Sciences (CASIA). This dataset covers 3,755 Chinese character categories from the GB2312-80 first-level character set, contributed by 240 distinct writers, with a total of approximately 1.2 million Chinese character samples. The dataset is divided into a standard training set (897,758 samples) and a test set (223,991 samples).
HWDB1.1 离线手写汉字数据集概述
数据集基本信息
- 开发机构:中国科学院自动化研究所(CASIA)模式识别国家重点实验室
- 字符类别:3,755个汉字类别(GB2312-80一级字符集)
- 书写者数量:240人(训练集)+ 60人(测试集)
- 样本总数:约120万个(训练集:897,758个,测试集:223,991个)
数据集特点
- 文件格式:GNT格式(离线手写汉字的二进制存储格式)
- 图像特征:黑白二值图像,手写汉字
数据集结构
HWDB1.1/ ├── HWDB1.1trn_gnt/ # 训练集 │ └── *.gnt # 按书写者ID命名的GNT文件 └── HWDB1.1tst_gnt/ # 测试集 └── *.gnt # 按书写者ID命名的GNT文件
数据格式说明
GNT文件是二进制格式,每个样本包含以下信息:
- 样本大小(4字节整数)
- 汉字标签(2字节,GB2312编码)
- 图像宽度(2字节整数)
- 图像高度(2字节整数)
- 位图数据(宽度×高度字节)
官方来源
官方网站:http://www.nlpr.ia.ac.cn/databases/handwriting/Home.html




