mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
Cleanup
This commit is contained in:
parent
a23334faa2
commit
94a9196fc6
@ -17,7 +17,6 @@ DETECTOR_KEY = "onnx"
|
|||||||
|
|
||||||
class ONNXDetectorConfig(BaseDetectorConfig):
|
class ONNXDetectorConfig(BaseDetectorConfig):
|
||||||
type: Literal[DETECTOR_KEY]
|
type: Literal[DETECTOR_KEY]
|
||||||
device: str = Field(default=None, title="Device Type")
|
|
||||||
|
|
||||||
|
|
||||||
class ONNXDetector(DetectionApi):
|
class ONNXDetector(DetectionApi):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user