数据集:
keremberke/license-plate-object-detection
['license_plate']
{'train': 6176, 'valid': 1765, 'test': 882}
pip install datasets
from datasets import load_dataset
ds = load_dataset("keremberke/license-plate-object-detection", name="full")
example = ds['train'][0]
https://universe.roboflow.com/augmented-startups/vehicle-registration-plates-trudk/dataset/1
@misc{ vehicle-registration-plates-trudk_dataset,
title = { Vehicle Registration Plates Dataset },
type = { Open Source Dataset },
author = { Augmented Startups },
howpublished = { \\url{ https://universe.roboflow.com/augmented-startups/vehicle-registration-plates-trudk } },
url = { https://universe.roboflow.com/augmented-startups/vehicle-registration-plates-trudk },
journal = { Roboflow Universe },
publisher = { Roboflow },
year = { 2022 },
month = { jun },
note = { visited on 2023-01-18 },
}
CC BY 4.0
该数据集于2022年1月13日下午5:20通过 roboflow.ai 导出
它包含8823张图像。 VRP以COCO格式进行注释。
对每个图像应用了以下预处理:
未应用任何图像增强技术。