Datasets:
metadata
language:
- fa
task_categories:
- image-to-text
pretty_name: PersianLicensePlate
dataset_info:
features:
- name: image_path
dtype: image
- name: label
dtype: string
splits:
- name: train
num_bytes: 65692734.436
num_examples: 7962
- name: test
num_bytes: 8196570
num_examples: 995
- name: validation
num_bytes: 8582160
num_examples: 996
download_size: 84630626
dataset_size: 82471464.43599999
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
Dataset is downloaded from here which was provided at Amirkabir University of Technology. The dataset is labeled by the authors. Experimental results show that the fine-tuned model works well in Persian License Plate.
Usage
You can download the dataset easily using HF datasets package in Python:
!pip install datasets
from datasets import load_dataset
dataset = load_dataset("hezarai/persian-license-plate-v1", split="train") # Other splits: validation, test
print(dataset[0])