Skip to content

Python package for generating random Chilean license plates, with both styles (pre-2007 and current).

Notifications You must be signed in to change notification settings

tomcastro/licensePlateDatasetGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

licensePlateDatasetGenerator

Python package for generating a dataset composed of random Chilean license plates, with both styles (pre-2007 and current). This dataset is meant for Deep Learning algorithm training for OCR and text recognition purposes.

License plates can be generated as a CSV file and as separate JPG images. Text in images are randomly distorted and transformed for data augmentation.

Fonts utilized for LPs are Helvetica (pre-2007) and FE-Schrift (current font utilized in Chilean LPs).

Usage

Run from command line.

The following arguments are accepted:

-s, --style   Selects license plate style (current or old) [default: current]
-r, --reps    Number of license plates to generate [default: 1]

About

Python package for generating random Chilean license plates, with both styles (pre-2007 and current).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages