Skip to content

Latest commit

 

History

History
117 lines (76 loc) · 3.87 KB

README.MD

File metadata and controls

117 lines (76 loc) · 3.87 KB

Labeler JS for plate images used in open vino lpr model

Get all your plates with labels

Table of Contents

About The Project

Product Name Screen Shot

This is basically an event app made with some HTML, CSS, and JavaScript. Its purpose is to label Chilean plates with two dfifferent formats. The first one is called old one and uses 2 letters and 4 numbers. Then, is the new one which uses 4 letters and 2 numbers. It also includes a python script which veryfy if the labels fit all the norms in both plates formats.

Built With

The project uses the following tools:

Getting Started

To get the labeler running you just have to cole the repository and open the index.html in your favorite web browser

Prerequisites

You just need to load all the images you want to label in the crops folder.

Installation

  1. Clone the repository.
git clone https://github.com/Tubaher/labelerJS.git
  1. put your images in the crops/ directory

  2. Open index.html in your favorite browser

  3. To run the python veryfier run:

python3 check_plates.py

Authors

Diego Suntaxi - @tubaher - tubarao0705@gmail.com Oscar Guarnizo - @your_twitter - email@example.com

Project Link: https://github.com/Tubaher/labelerJS