Anpr
Datasets
All datasets matching “Anpr”dutch-licence-plate-ANPRANPR-CoCoANPR
Dataset Labels
['license_plate']
Number of Images
{'train': 6176, 'valid': 1765, 'test': 882}
How to Use
Install datasets:
pip install datasets
Load the dataset:
from datasets import load_dataset
ds = load_dataset("keremberke/license-plate-object-detection", name="full")
example = ds['train'][0]
Roboflow Dataset Page
https://universe.roboflow.com/augmented-startups/vehicle-registration-plates-trudk/dataset/1
Citation… See the full description on the dataset page: https://huggingface.co/datasets/mrhacker7599/ANPR.indian-anpr-ocr-benchmark
DashCop Real-World Out-of-Distribution ANPR Benchmark
Part of the Edge-AI Traffic & Vehicle Analytics System repository by thundarstrom.
Dataset Summary
A frozen evaluation benchmark of 3,034 real dashcam plate crops captured in challenging conditions (low resolution median 56x34 px, motion blur, direct sunlight, rain).
Policy
FROZEN TEST SET: Never train, augment, or fine-tune models on this dataset.
Use exclusively to evaluate zero-shot… See the full description on the dataset page: https://huggingface.co/datasets/thundarstrom/indian-anpr-ocr-benchmark.indian-anpr-ocr-corpus
Indian License Plate Character Recognition (PARSeq & LMDB)
Part of the Edge-AI Traffic & Vehicle Analytics System repository by thundarstrom.
Dataset Summary
A curated dataset of 18,537 normalized license plate image crops aligned strictly with Indian Motor Vehicle Act alphanumeric formats (^[A-Z]{2}[0-9]{1,2}[A-Z]{1,3}[0-9]{4}$).
Formats Provided
Raw Crops & Ground Truth: parseq_dataset/ with gt.txt (Tab-delimited: filename \t text).… See the full description on the dataset page: https://huggingface.co/datasets/thundarstrom/indian-anpr-ocr-corpus.synthetic-indian-anpr-ocr
Synthetic Indian License Plate Character Generator Corpus
Part of the Edge-AI Traffic & Vehicle Analytics System repository by thundarstrom.
Dataset Summary
18,000 synthetically generated Indian plate crops covering all 36 Indian states and Union Territories with diverse fonts, spacing, distortion, and noise.
Ideal for pretraining sequence recognition models on rare RTO state codes before real data fine-tuning.
How to Access and Download… See the full description on the dataset page: https://huggingface.co/datasets/thundarstrom/synthetic-indian-anpr-ocr.
