Car License Plate Recognition
Multi-stage pipeline with car detection using YOLOv8, license plate detection with Nvidia LPD, and text recognition with Nvidia LPR.
Key Features
- Car detection using YOLOv8
- License plate detection with Nvidia LPD model
- Plate text recognition with Nvidia LPR model
- Vehicle and plate tracking
A multi-stage detection pipeline that first detects vehicles with YOLOv8, then locates license plates using NVIDIA’s LPD model, and finally reads plate text with the LPR model. Includes vehicle and plate tracking across frames.