For windows:
pip install opencv-python
For linux:
sudo apt install python3-opencv
For windows:
pip install numpy
For linux:
sudo apt install python-numpy
- Frame extraction from video - Done by videoframe.py.
- License plate extraction - Done by plateDetect.py.
- License plate Recognition - Done by detectchar.py.
- Creates a folder wherein the extracted license plate number is stored.
- Download the "weights" file folder from https://drive.google.com/open?id=1298i7Ocyq943klu08WKEIlLAimIfzTm3
- Add the weights folder to ANPR
- The test video should be added in the "Input" folder.
- Open the terminal.
cd ANPR
python videoframe.py
- Provide the proper filename with extension when it prompts
- Check output in the results folder