textindiagrams
收藏资源简介:
这是第一个大型、多样、开放访问的历史天文图表数据集,包含948张图表,标注了10,940个定向多边形文本区域,时间跨度从8世纪到18世纪,涵盖阿拉伯、波斯、中文、拜占庭、拉丁、希伯来和梵文七大传统。
This is the first large-scale, diverse, open-access historical astronomical chart dataset, consisting of 948 charts annotated with 10,940 oriented polygonal text regions. It spans from the 8th to the 18th century and covers seven cultural traditions: Arabic, Persian, Chinese, Byzantine, Latin, Hebrew, and Sanskrit.
文本区域检测在历史天文图表中的应用
数据集概述
- 数据集名称: Text Region Detection in Historical Astronomical Diagrams
- 论文标题: "Text region detection in historical astronomical diagrams"
- 规模: 包含 948 张历史天文图表,标注了 10,940 个定向多边形文本区域
- 时间跨度: 跨越十个世纪(8世纪至18世纪)
- 文化传统: 涵盖七大主要传统:阿拉伯、波斯、中文、拜占庭、拉丁、希伯来和梵文
数据集结构
数据集分为两个主要目录:
EIDA
- 包含所有传统(包括拉丁)的图像和标注
- 分为训练集(train)、验证集(val)和测试集(test)
- 标注格式为 LabelMe 格式,每张图像对应一个
.jpg文件和.json标注文件
EIDALatin
- 拉丁语子集,包含文本类别信息
- 提供
.txt格式的划分文件(train.txt、val.txt、test.txt) - 每个文件对应图像和 JSON 标注
数据获取
数据集可通过 Hugging Face 下载,链接为:https://huggingface.co/datasets/sonatbaltaci/textindiagrams
评估方法
类别无关的文本区域检测
- 支持验证集(val)和测试集(test)模式
- 使用
evaluate.py脚本进行评估 - 支持阅读顺序检查和不同阈值的 F1 和 F1-RO 指标
类别感知的文本区域检测(拉丁子集)
- 支持每个类别的匹配、mAP、mF1 等指标
- 使用
evaluate_class.py脚本进行评估 - 支持 20 类和 19 类两种配置
基准模型
- 提供 Poly-DETR 基线模型,基于 DINO-DETR 实现
- 提供预训练检查点和合成数据生成资源
- 支持类别无关和类别感知两种模式的预训练与微调
许可协议
- 许可证: Creative Commons Attribution 4.0 International License (CC BY 4.0)
引用信息
@inproceedings{baltaci2026text, title={Text region detection in historical astronomical diagrams}, author={Baltaci, Zeynep Sonat and Baena, Raphael and Meng, Fei and Norindr, Somkeo and Somer, Florence and Husson, Matthieu and Aubry, Mathieu}, booktitle={ICDAR}, year={2026} }




