lottoscan1
收藏资源简介:
LottoScan车牌图像数据集是一个公开的图像数据集,专门用于车牌目标检测和光学字符识别任务。数据集包含一个数据分割,使用者可根据需要自行划分训练集和验证集。每个数据样本由四个字段构成:id(唯一标识符)、original_image(原始图像)、compressed_image(压缩后的图像)以及plate_annotations(车牌标注信息)。其中,plate_annotations是一个列表,每个元素包含两个子字段:polygon(表示车牌边界框的四个归一化角点坐标,格式为浮点数列表)和plate_number(对应的车牌号码字符串)。数据以Parquet格式存储,适用于计算机视觉中与车牌相关的检测和识别应用。
LottoScan License Plate Images is a publicly available image dataset specifically designed for license plate object detection and optical character recognition tasks. The dataset includes a data split, allowing users to divide it into training and validation sets as needed. Each data sample consists of four top-level fields: id (unique identifier), original_image (original image), compressed_image (compressed image), and plate_annotations (license plate annotation information). Among these, plate_annotations is a list where each element contains two sub-fields: polygon (representing the four normalized corner coordinates of the license plate bounding box, formatted as a list of floats) and plate_number (the corresponding license plate number string). The data is stored in Parquet format and is suitable for computer vision applications related to license plate detection and recognition.
数据集概述:LottoScan License Plate Images
- 数据集名称:LottoScan License Plate Images(车牌图像数据集)
- 数据集地址:https://huggingface.co/datasets/a27259954/lottoscan1
- 任务类别:目标检测(object-detection)、图像到文本(image-to-text)
- 标签:图像(image)、车牌(license-plate)、光学字符识别(OCR)
数据集结构
- 数据分割:仅包含一个
data分割,用户可根据需要自行创建训练和验证分区。 - 数据格式:Parquet 文件,路径为
data/*.parquet。
数据字段
每条数据包含四个顶层字段:
| 字段名 | 类型 | 描述 |
|---|---|---|
id |
字符串 | 唯一标识符 |
original_image |
图像 | 原始图像 |
compressed_image |
图像 | 压缩后的图像 |
plate_annotations |
列表(字典) | 车牌标注信息 |
标注信息说明
plate_annotations 字段为一个列表,每个元素包含:
polygon:浮点数列表,表示车牌的四个归一化角点坐标(按顺序:左上x、左上y、右上x、右上y、右下x、右下y、左下x、左下y)。plate_number:字符串,表示车牌号码。
示例标注
json [{"polygon":[0.332813,0.401562,0.679688,0.423438,0.670312,0.609375,0.323437,0.5875],"plate_number":"MYX-9922"}]
适用场景
该数据集适用于车牌目标检测与车牌号码光学字符识别(OCR)任务。





