mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 18:59:01 +03:00
co-authored by
Nicolas Mowen
parent
d1aa07fcd1
commit
a343470f90
@@ -24,7 +24,6 @@ DETECTOR_KEY = "edgetpu"
|
||||
class EdgeTpuDetectorConfig(BaseDetectorConfig):
|
||||
type: Literal[DETECTOR_KEY]
|
||||
device: str = Field(default=None, title="Device Type")
|
||||
# model_type inherited from BaseDetectorConfig, but can override default
|
||||
|
||||
|
||||
class EdgeTpuTfl(DetectionApi):
|
||||
|
||||
Reference in New Issue
Block a user