- Notifications
You must be signed in to change notification settings - Fork26
Utility for tagging license plates in images - used for training
License
NotificationsYou must be signed in to change notification settings
openalpr/plate_tagger
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This utility is used to annotate images with the location and numbers of the license plates. These annotated images can be used to train the OpenALPR algorithm to recognize license plates accurately.
The utility is a QT graphical user interface written in C++:
Download an installer for Windows, Ubuntu Linux, or Mac OS from the Releases tab. Alternatively, you can compile the tool yourself usingqmake
orcmake
. Eg. on a Fedora-based system (assuming that the required tools are already installed):
$ git clone https://github.com/openalpr/plate_tagger.git$cd plate_tagger$ mkdir build&&cd build$ cmake ..$ make$ ./openalpr_tagger
About
Utility for tagging license plates in images - used for training
Resources
License
Stars
Watchers
Forks
Packages0
No packages published