augmented-indian-plate-detection
收藏资源简介:
该数据集名为“增强型印度车牌扰动语料库”(Augmented Indian License Plate Perturbation Corpus),属于 Edge-AI 交通与车辆分析系统项目的一部分,由 thundarstrom 维护,采用 CC-BY-4.0 许可证。数据集包含 1,600 张经过离线增强的图像,应用了重度天气扰动,包括雨痕、镜头光晕、夜间对比度降低以及相机透视扭曲,旨在提升边缘环境下车牌检测器的鲁棒性。数据集适用于目标检测任务,特别是车牌识别(ANPR)场景,语言为英语,标签包括 anpr、数据增强、鲁棒性、印度车牌、YOLO。数据规模在 1,000 到 10,000 之间。README 提供了通过 huggingface_hub 或项目脚本下载的方法,并推荐使用 `python scripts/train_models.py --task plate --augmented` 进行训练或评估。
Augmented Indian License Plate Perturbation Corpus, part of the Edge-AI Traffic and Vehicle Analysis System project, maintained by thundarstrom, licensed under CC-BY-4.0. The dataset contains 1,600 offline augmented images with heavy weather perturbations including rain streaks, lens flare, night contrast reduction, and camera perspective distortion, aiming to improve the robustness of license plate detectors in edge environments. Suitable for object detection tasks, especially ANPR scenarios. Language: English. Tags: anpr, data augmentation, robustness, Indian license plate, YOLO. Data size between 1,000 and 10,000. README provides download via huggingface_hub or project script, and recommends training/evaluation with `python scripts/train_models.py --task plate --augmented`.
数据集概述:增强版印度车牌扰动语料库
基本信息
- 数据集名称:Augmented Indian License Plate Perturbation Corpus
- 许可证:CC-BY-4.0
- 任务类型:目标检测(object-detection)
- 语言:英语
- 数据规模:1,000 < 样本数 < 10,000(具体为1,600张)
- 维护者:thundarstrom
- 所属项目:Edge-AI交通与车辆分析系统
数据集内容
该数据集包含 1,600 张离线增强图像,针对印度车牌检测场景进行了多种恶劣天气条件下的扰动处理,包括:
- 雨痕(rain streaks)
- 镜头眩光(lens flare)
- 夜间对比度降低(night contrast reduction)
- 相机透视变形(camera perspective warps)
这些增强旨在提升边缘环境中检测器的鲁棒性。
使用方式
下载方式
-
使用项目自动下载脚本: bash python scripts/download_hf_datasets.py --dataset augmented_plates --org thundarstrom
-
使用 huggingface_hub Python SDK: python from huggingface_hub import snapshot_download local_path = snapshot_download( repo_id="thundarstrom/augmented-indian-plate-detection", repo_type="dataset", local_dir="data/datasets/plate_detection" )
推荐训练/评估命令
bash python scripts/train_models.py --task plate --augmented
引用信息
- 维护者:thundarstrom
- 项目:Edge-AI实时交通违规检测与ANPR系统
- 许可证:CC-BY-4.0





