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