The dataset viewer is not available for this split.
Parquet error: Scan size limit exceeded: attempted to read 4383212877 bytes, limit is 300000000 bytes
Make sure that
1. the Parquet files contain a page index to enable random access without loading entire row groups2. otherwise use smaller row-group sizes when serializing the Parquet files
Error code: TooBigContentError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
European Licence Plate Dataset
This dataset contains European vehicle licence plate images processed for machine learning applications. The dataset includes various European plate formats processed into standardized formats.
Dataset Structure
- Processed images into train/test/validation splits (70%/20%/10%)
- Maintains original image characteristics while providing standardized resized versions
- Stores both original and resized (224x224) image versions
- Includes metadata about image dimensions and file sizes
Data Fields
Each record in the dataset contains:
filename: Original image filenameplate_type: "european"source_folder: "european_plates"original_height: Original image height in pixelsoriginal_width: Original image width in pixelsresized_height: Target height (224px)resized_width: Target width (224px)original_image_binary: Binary data of original image (JPEG/PNG format)resized_image_binary: Binary data of resized image (JPEG format)original_file_size: Original file size in bytesprocessed_original_size: Size of processed original image in bytesprocessed_resized_size: Size of resized image in bytesaspect_ratio: Original image aspect ratiofilename_prefix: First 3 alphabetical characters from filenamehas_numbers: Boolean indicating if filename contains numbersfilename_length: Length of filename stemoriginal_format: Original image format (JPEG/PNG)
Copyright
(c) Copyright 2025 Finbarrs Oketunji. All Rights Reserved.
- Downloads last month
- 62