CoolFace
Modelpublic

DavidDrill69/yolov11-license-plate-detection

sourceHugging Faceagpl-3.0updated 7mo agoView on Hugging Face
0likes45downloads
Model Card

YOLOv11-License-Plate Detection

This is a fine-tuned version of YOLOv11 (n, s, m, l, x) specialized for License Plate Detection, using a public dataset from Roboflow Universe: License Plate Recognition Dataset (10,125 images)

๐Ÿš€ Use Cases

  • โ€”Smart Parking Systems
  • โ€”Tollgate / Access Control Automation
  • โ€”Traffic Surveillance & Enforcement
  • โ€”ALPR with OCR Integration

๐Ÿ‹๏ธ Training Details

  • โ€”Base Model: YOLOv11 (n, s, m, l, x)
  • โ€”Training Epochs: 300
  • โ€”Input Size: 640x640
  • โ€”Optimizer: SGD (Ultralytics default)
  • โ€”Device: NVIDIA A100
  • โ€”Data Format: YOLOv5-compatible (images + labels in txt)

๐Ÿ“Š Evaluation Metrics (YOLOv11x)

MetricValue
Precision0.9893
Recall0.9508
mAP@500.9813
mAP@50-950.7260
For full table across models (n to x), please see the README

๐Ÿ“ฆ Model Variants

  • โ€”PyTorch (.pt) โ€” for use with Ultralytics CLI and Python API
  • โ€”ONNX (.onnx) โ€” for cross-platform inference

๐Ÿง  How to Use

With Python (Ultralytics API):

python
from ultralytics import YOLO
model = YOLO('yolov11x-license-plate.pt')
results = model.predict(source='image.jpg')

๐Ÿ“œ License

  • โ€”Base Model (YOLOv11): AGPLv3 by Ultralytics
  • โ€”Dataset: CC BY 4.0 by Roboflow Universe
  • โ€”This model: AGPLv3 (due to YOLOv11 license inheritance)

โœ… License Compliance Reminder

In accordance with the AGPLv3 license:

  • โ€”If you use this model in a service or project, you must open source the code that uses it.
  • โ€”Please give proper attribution to Roboflow, Ultralytics, and MorseTechLab when using or deploying.

For license details, refer to GNU AGPLv3 License