This project demonstrates a simple Vehicle Number Plate detection pipeline using TensorFlow and OpenCV. The workflow includes annotation conversion, model training, and object detection on new images.
- To detect the number plate i.e area of interest from vehicle image.
- Extract the number plate.
- Apply Optical Character Recognition on extracted number plate.
Install the required Python libraries:
pip install -r requirements.txtDataset:
-
Input Data: i)Images of vehicle ii)Annotation in xml file
-
XML - i)Image size ii)Number Plate Coordinates
Inception-resnet-v2
outputs :




