morsetechlab
morsetechlab/yolov11-license-plate-detection
No description available.
Model Documentation
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
🏋️ Training Details
n, s, m, l, x)📊 Evaluation Metrics (YOLOv11x)
| Metric | Value | |---------------|---------| | Precision | 0.9893 | | Recall | 0.9508 | | mAP@50 | 0.9813 | | mAP@50-95 | 0.7260 |
> For full table across models (n to x), please see the README
📦 Model Variants
🧠 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
✅ License Compliance Reminder
In accordance with the AGPLv3 license:
For license details, refer to GNU AGPLv3 License
Files & Weights
| Filename | Size | Action |
|---|---|---|
| license-plate-finetune-v1l.onnx | 0.09 GB | |
| license-plate-finetune-v1l.pt | 0.05 GB | |
| license-plate-finetune-v1m.onnx | 0.07 GB | |
| license-plate-finetune-v1m.pt | 0.04 GB | |
| license-plate-finetune-v1n.onnx | 0.01 GB | |
| license-plate-finetune-v1n.pt | 0.01 GB | |
| license-plate-finetune-v1s.onnx | 0.04 GB | |
| license-plate-finetune-v1s.pt | 0.02 GB | |
| license-plate-finetune-v1x.onnx | 0.21 GB | |
| license-plate-finetune-v1x.pt | 0.11 GB |