mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-25 08:07:41 +03:00
pass camera
This commit is contained in:
parent
41b4c9d64c
commit
7907f67149
@ -1292,7 +1292,7 @@ class LicensePlateProcessingMixin:
|
|||||||
)
|
)
|
||||||
|
|
||||||
yolov9_start = datetime.datetime.now().timestamp()
|
yolov9_start = datetime.datetime.now().timestamp()
|
||||||
license_plate = self._detect_license_plate(car)
|
license_plate = self._detect_license_plate(camera, car)
|
||||||
logger.debug(
|
logger.debug(
|
||||||
f"{camera}: YOLOv9 LPD inference time: {(datetime.datetime.now().timestamp() - yolov9_start) * 1000:.2f} ms"
|
f"{camera}: YOLOv9 LPD inference time: {(datetime.datetime.now().timestamp() - yolov9_start) * 1000:.2f} ms"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user