This project simulates automated road checkpoint. To run project on a test video:
- Download checkpoint from https://disk.yandex.ru/d/AhYyZ98ahahcVA and place it in 'misc' folder
- Install requirements:
pip install -r requirements.txt
- Run main script:
python main.py
To train OCR model:
- Download train data from https://nomeroff.net.ua/datasets/autoriaNumberplateOcrRu-2021-09-01.zip and unzip it
- Run train script:
cd ocr_model
python train.py
To view tensorboard logs:
- Download archive https://disk.yandex.ru/d/f3rWwTvhddh0ow
- Unzip it
- Run tensorboard