Dataset Viewer
Auto-converted to Parquet Duplicate
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 filename
  • plate_type: "european"
  • source_folder: "european_plates"
  • original_height: Original image height in pixels
  • original_width: Original image width in pixels
  • resized_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 bytes
  • processed_original_size: Size of processed original image in bytes
  • processed_resized_size: Size of resized image in bytes
  • aspect_ratio: Original image aspect ratio
  • filename_prefix: First 3 alphabetical characters from filename
  • has_numbers: Boolean indicating if filename contains numbers
  • filename_length: Length of filename stem
  • original_format: Original image format (JPEG/PNG)

Copyright

(c) Copyright 2025 Finbarrs Oketunji. All Rights Reserved.

Downloads last month
62