An object recognition application using Google's TensorFlow Object Detection API and OpenCV. Part of this code was inspired by Sentdex Determining other vehicle distances and collision warning - Self Driving Cars in GTA The part of plate recognition is made of by the use of OpenALPR API free tier in Automatic License Plate Recognition library . I'm working on my own deep learning implementation that removes the use of this api and replaces by this deeplearning model.
pip3 install -r requirements.txt
python3 main.py
Optional arguments (default value a folder with todays date):- Folder to workon
-folder= <YOUR FOLDER of folders>'
- Folder to workon
- Python 3.5
- TensorFlow 1.2
- OpenCV 3.0 (just for write the plates in the image )
- [scypy] (for write the images into disk)
- Work in progress...
See LICENSE for details.
Copyright (c) 2018 stanlee321.