LP Tracker
What is LicensePlateTracker?
When to Use LicensePlateTracker
Core Concepts
Configuration
import degirum_vehicle
config = degirum_vehicle.LicensePlateTrackerConfig(
license_plate_detection_model_spec=detection_spec, # Detection model
license_plate_ocr_model_spec=ocr_spec, # OCR model
video_source="highway.mp4", # Video source
live_stream_mode="LOCAL", # Display mode
)
tracker = degirum_vehicle.LicensePlateTracker(config)Pipeline Architecture
Key Features
Methods
Last updated
Was this helpful?

