/Vehicle-Number-Plate-BB-Detection

Vehicle Number Plate Bounding Box Detection

Primary LanguagePython

Vehicle Number Plate Bounding Box Detection

This Repository contains the code I used to tackle the problem of detecting points of bounding box for number plate of a vehicle.

Usage

Run train.py to train a model which will be saved to model sub-folder.

Run predictor.py to see the result of the model.

Dependencies

  1. Tensorflow
  2. NumPy
  3. OpenCV
  4. Matplotlib
  5. Pandas

Model

You can find my model here