ArTVideo
收藏资源简介:
ArTVideo是一个视频文本识别的新基准数据集,包含60个视频,超过30%的视频包含曲线文本,并具有详细的标注。该数据集旨在填补视频文本识别领域中曲线文本数据集的空白。数据集的创建是为了推动视频文本识别的研究,特别是针对曲线文本的识别。ArTVideo提供了丰富的视频文本实例,为研究者提供了宝贵的资源,以推动视频文本识别技术的发展。
ArTVideo is a novel benchmark dataset for video text recognition. It consists of 60 videos, over 30% of which contain curved text, and is equipped with detailed annotations. This dataset is designed to fill the gap of curved text datasets in the field of video text recognition. It was created to advance research in video text recognition, particularly for curved text recognition. ArTVideo provides abundant video text instances, serving as a valuable resource for researchers to promote the development of video text recognition technologies.
GoMatching数据集概述
数据集简介
-
GoMatching是一个视频文本识别基准数据集,包含两个版本:
- GoMatching:通过长短时匹配的简单基线方法
- GoMatching++:参数和数据效率更高的任意形状视频文本识别方法
-
主要贡献:
- 提出将基于查询的图像文本识别器高效转化为视频专用识别器的方法
- 引入重评分机制和长短时匹配模块
- 建立ArTVideo测试集(包含60个视频片段,30%以上为弯曲文本)
包含数据集
-
主要数据集:
- ICDAR15-video
- DSText
- BOVText
- ArTVideo(新增,专注于弯曲文本)
-
数据组织形式:
|- datasets |- ICDAR15 |- DSText
|- BOVText |- ArTVideo
技术指标
-
训练效率:
- ICDAR15-video仅需3小时训练(Nvidia RTX 3090)
- 冻结现成ITS部分,专注跟踪
-
性能表现:
数据集 方法 MOTA MOTP IDF1 参数量(M) ICDAR15-video GoMatching 72.04 78.53 80.11 32.79 GoMatching++ 72.20 78.52 80.11 11.80 DSText GoMatching 22.83 80.43 46.06 32.79 GoMatching++ 23.23 80.24 46.24 11.80 BOVText GoMatching++ 52.9 87.2 62.8 11.80 ArTVideo GoMatching++ 75.7 83.5 82.3 11.80
使用说明
-
数据准备:
- 视频需转换为帧格式
- 使用提供的Python脚本处理原始数据
-
训练命令示例: python
ICDAR15
python train_net.py --num-gpus 1 --config-file configs/GoMatching_ICDAR15.yaml
-
评估方法:
- 各数据集有专用评估脚本
- 支持在线提交和离线评估
预训练模型
- 提供DeepSolo预训练权重:
- GoogleDrive下载链接
- 支持其他模型权重转换
相关资源
-
论文:
- GoMatching: https://arxiv.org/abs/2401.07080
- GoMatching++: https://arxiv.org/abs/2505.22228
-
基准测试平台:
- ICDAR15-video: https://rrc.cvc.uab.es/?ch=3&com=evaluation&task=4
- DSText: https://rrc.cvc.uab.es/?ch=22&com=evaluation&task=2




