mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 05:24:11 +03:00
Remove comment
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
parent
d1aa07fcd1
commit
a343470f90
@ -24,7 +24,6 @@ DETECTOR_KEY = "edgetpu"
|
|||||||
class EdgeTpuDetectorConfig(BaseDetectorConfig):
|
class EdgeTpuDetectorConfig(BaseDetectorConfig):
|
||||||
type: Literal[DETECTOR_KEY]
|
type: Literal[DETECTOR_KEY]
|
||||||
device: str = Field(default=None, title="Device Type")
|
device: str = Field(default=None, title="Device Type")
|
||||||
# model_type inherited from BaseDetectorConfig, but can override default
|
|
||||||
|
|
||||||
|
|
||||||
class EdgeTpuTfl(DetectionApi):
|
class EdgeTpuTfl(DetectionApi):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user