LP Recognizer
What is LicensePlateRecognizer?
When to Use LicensePlateRecognizer
Core Concepts
Configuration
import degirum_vehicle
config = degirum_vehicle.LicensePlateRecognizerConfig(
license_plate_detection_model_spec=detection_spec, # Detection model
license_plate_ocr_model_spec=ocr_spec, # OCR model
)
lpr = degirum_vehicle.LicensePlateRecognizer(config)Methods
Last updated
Was this helpful?

