feat: add static-test.ipynb and img folder with test images

- 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.
This commit is contained in:
itqop 2025-01-15 05:46:33 +03:00
parent a21460ef16
commit 13898eda38
9 changed files with 259 additions and 0 deletions

BIN
img/01-1721.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

BIN
img/01-2060.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

BIN
img/01-2193.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

BIN
img/01-2489.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
img/01-393.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
img/01-486.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
img/01-541.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
img/01-715.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

259
static-test.ipynb Normal file

File diff suppressed because one or more lines are too long