mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 05:24:11 +03:00
Remove log message
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
parent
a343470f90
commit
20f1e17637
@ -34,9 +34,6 @@ class EdgeTpuTfl(DetectionApi):
|
|||||||
]
|
]
|
||||||
|
|
||||||
def __init__(self, detector_config: EdgeTpuDetectorConfig):
|
def __init__(self, detector_config: EdgeTpuDetectorConfig):
|
||||||
logger.info(
|
|
||||||
f"Initializing {DETECTOR_KEY} detector with support for SSD and YOLOv9 models"
|
|
||||||
)
|
|
||||||
device_config = {}
|
device_config = {}
|
||||||
if detector_config.device is not None:
|
if detector_config.device is not None:
|
||||||
device_config = {"device": detector_config.device}
|
device_config = {"device": detector_config.device}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user