Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
(ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')), '(Request ID: 6cb711a2-5480-42dd-8226-63377a55524d)')
Error code:   UnexpectedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

label
string
image
image
180
0
0
0
180
180
0
180
180
0
0
180
180
0
0
180
0
180
0
180
0
0
180
0
180
180
0
180
180
0
180
0
180
180
180
0
180
180
180
180
180
0
0
180
180
0
180
180
180
0
180
0
0
180
0
180
0
180
180
180
0
0
180
0
0
0
180
180
180
0
180
180
0
180
180
0
0
0
0
0
0
180
0
180
180
180
0
0
0
180
180
0
180
180
0
0
0
180
0
0
End of preview.

文本行方向分类测试集

数据集简介

该测试集来源于 text_rec_test_dataset 测试集,去掉了竖排文字得到的。

测试集包括 7 类场景,分别是长文本、单字、验证码、自然场景、银行卡、手写体和车牌等。

数据集支持的任务

可用于自定义数据集下的模型验证和性能评估等。

数据集加载方式

from datasets import load_dataset

dataset = load_dataset("SWHL/text_cls_test_dataset")

test_data = dataset['test']
print(test_data)

数据集生成的相关信息

原始数据

数据来源于网络,如侵删。

各个类别数目如下

长文本 : 18
单字 : 115
验证码 : 13
自然场景 : 243
银行卡 : 20
手写体 : 185
车牌 : 17
Downloads last month
485