👁️

Object Detection - DETR (License Plate Detector)

🛠

Transformer-based license plate detection

Spotting a license plate in a busy street photo is the kind of tedious, repetitive job computers should handle. This model does exactly that: hand it a photo of traffic, a dashcam frame, or a parking-lot camera shot, and it points straight at every plate it can see, drawing a box and a confidence score around each. It’s a plate-specialized fine-tune of DETR (the Detection Transformer, originally from Meta/Facebook AI), trained by nickmuchi on license-plate data.

What it does

DETR License Plate Detection finds and localizes license plates in any image using the Detection Transformer architecture. You give it a photo (vehicle dashcam, security camera, street view), and it returns the exact locations of all visible license plates (bounding boxes) with confidence scores. Unlike traditional detectors with anchor boxes, DETR uses a pure transformer approach to directly predict plate locations in an end-to-end manner. This makes it simpler to understand and extend to other detection tasks.

Problem it solves

Detect license plates automatically
Find plates in images without manual annotation
Transformer-based approach
End-to-end architecture without anchor boxes
Parking automation
Automated parking lot monitoring and vehicle identification
Toll collection
Automatic toll gate recognition for billing systems
Traffic enforcement
Speed camera and traffic violation detection
ALPR foundation
Base for license plate recognition pipelines (OCR next step)
Security footage
Automated plate detection in surveillance video
Vehicle tracking
Identify vehicles by license plate location

Input/Output

  • Input: RGB vehicle images (any resolution)
  • image
  • Output: License plate detections with precise locations
    • Bounding box: Coordinates where each plate is [x_min, y_min, x_max, y_max]
    • Confidence score: How sure the model is (0.0–1.0)
    • Class label: "license_plates"
    • image

Accuracy

The provider does not publish formal benchmark numbers, so the notes below are qualitative descriptions of where the model does well and where it struggles.

Clear, frontal plates
Strongest case — reliable detection
Angled plates
Still works, but accuracy drops as the angle steepens
Severe angles / occlusion
Reduced performance; plates may be missed
Multiple plates per image
Handles several plates well
Lighting
Best in daylight; works at night with adequate lighting
Low-resolution / small plates
May miss very small or distant plates
Technical Details (for engineers)

Model Source

Compliance & Provenance

Provider
Provider type
Specialized
License
Author-granted commercial use with attribution required. Granted by Nicholas Muchinguri (nickmuchi on HuggingFace, nickmuchi@gmail dot com)
EU AI Act risk class
To Be Classified
Art. 50 transparency
Under review
Region availability
Restricted in: EU, UK
Training data summary
Pending — provider has not yet published per Art. 53(d)

⚠️ This model is currently under legal review and is not available to users in the EU or United Kingdom. If you have a specific lawful use case in those regions, contact legal@cnaps.ai.

For more on how we classify models and mark outputs, see our AI Policy.

Run it now