Instructions to use Nuurrr66/license-plate-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Nuurrr66/license-plate-detector with ultralytics:
from ultralytics import YOLOvv11 model = YOLOvv11.from_pretrained("Nuurrr66/license-plate-detector") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
License Plate Detector
YOLOv11-based license plate detector used in Project Argus, a vehicle recognition pipeline.
Description
This model detects license plates within cropped vehicle images. It is designed to be used after vehicle detection and tracking, before OCR.
Pipeline:
Vehicle Detection β Vehicle Tracking β License Plate Detection β OCR β Vehicle Classification
Usage
Download:
hf download Nuurrr66/license-plate-detector \
--local-dir models/plate_detector
The downloaded file should be:
models/
βββ plate_detector/
βββ license-plate-finetune-v1n.pt
Used in
Project Argus β Vehicle Recognition System
- Downloads last month
- 40