license-detection-paligemma
收藏资源简介:
该数据集是一个用于车牌检测的图像数据集,包含6176个训练样本、1765个验证样本和882个测试样本。每个样本包含图像ID、图像数据、图像宽度和高度,以及一个对象列表,其中每个对象包含ID、面积、边界框(以浮点数列表表示,长度为4)和类别标签(仅包含license_plate一个类别)。此外,数据集还提供了label_for_paligemma字段,可能用于兼容PaliGemma等多模态模型的训练。数据集总大小约为237MB。
This dataset is an image dataset for license plate detection, containing 6176 training samples, 1765 validation samples, and 882 test samples. Each sample includes image ID, image data, image width and height, and a list of objects, where each object contains ID, area, bounding box (represented as a float list of length 4), and a category label (only license_plate). Additionally, the dataset provides a label_for_paligemma field, possibly for compatibility with multi-modal models such as PaliGemma. The total dataset size is approximately 237 MB.
数据集概述:license-detection-paligemma
该数据集是专为车牌检测任务设计的计算机视觉数据集,特别是针对PaliGemma模型进行了标注格式优化。
基本信息
- 数据集名称:license-detection-paligemma
- 数据集地址:https://huggingface.co/datasets/mimimimi2002/license-detection-paligemma
- 总大小:约237.56 MB(下载大小约237.07 MB)
数据划分
| 数据划分 | 样本数量 | 大小 |
|---|---|---|
| 训练集(train) | 6,176 | 168.51 MB |
| 验证集(validation) | 1,765 | 46.42 MB |
| 测试集(test) | 882 | 22.63 MB |
数据特征
每个样本包含以下字段:
- image_id(整数):图片唯一标识符
- image(图像类型):车牌图像数据
- width(整数):图像宽度(像素)
- height(整数):图像高度(像素)
- objects(结构体):包含目标物体信息
- id(整数列表):目标对象的标识符
- area(整数列表):目标对象面积
- bbox(浮点数列表,长度为4):边界框坐标(格式为[x_min, y_min, x_max, y_max]或类似格式)
- category(类别标签):目标类别,当前仅包含一类——
license_plate(车牌)
- label_for_paligemma(字符串):专为PaliGemma模型生成的文本标签格式
特点说明
- 该数据集专门用于车牌检测任务,所有标注对象均为车牌类别。
- 数据集已预先划分为训练、验证和测试三个标准数据集划分。
- 提供了PaliGemma模型专用的标签格式(
label_for_paligemma),便于直接用于该模型的微调或评估。




