This utility creates video files like the following:
The utility takes the following inputs:
- SQLite file generated from OpenALPR Forensic Plate Finder
- MP4 Video file containing the plates which were detected with the Forensic Plate Finder
The output is a video file with the plate numbers overlayed
sudo apt-get update && apt-get install python-virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
- Run the OpenALPR Forensic Plate Finder on your video to produce a SQLite file containing the plates
- python make_video.py -s [path to sqlite] -v [path to video] [output_video_filename]