- Added `static-test.ipynb`, a Jupyter Notebook for testing the license plate recognition system on static images. The notebook demonstrates: - Loading and preprocessing of test images. - Inference using the YOLO and CRNN models. - Visualization of detection results. - Added the `img` folder containing test images of vehicles with license plates for validation and demonstration purposes. These additions provide a comprehensive framework for testing and showcasing the system's capabilities on pre-captured images. |
||
|---|---|---|
| img | ||
| models | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| __init__.py | ||
| config.py | ||
| license_plate_recognizer.py | ||
| main.py | ||
| model.py | ||
| requirements.txt | ||
| static-test.ipynb | ||
| train_crnn.ipynb | ||
README.md
number-plate
.