Configuration
LicensePlateRecognizerConfig Anatomy
import degirum_vehicle
config = degirum_vehicle.LicensePlateRecognizerConfig(
license_plate_detection_model_spec=detection_spec, # 1. Detection model
license_plate_ocr_model_spec=ocr_spec, # 2. OCR model
)1. License Plate Detection Model Spec
detection_spec = degirum_vehicle.get_license_plate_detection_model_spec(
device_type="HAILORT/HAILO8",
inference_host_address="@cloud"
)2. License Plate OCR Model Spec
Model Specs Explained
Option 1: Use from_hardware() Convenience Method (Recommended)
Option 2: Use Model Registry Helper Functions
Option 3: Bring Your Own Models
YAML Configuration (Option 4)
Configuration Examples
Basic - Default Configuration
Cloud Experimentation
Local Edge Deployment
Remote Inference Server
Mixed Hardware Setup
Last updated
Was this helpful?

