mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
init rockchip detector
This commit is contained in:
parent
c1f0b2ca7b
commit
22802c9f7e
@ -12,7 +12,7 @@ from frigate.detectors.detection_api import DetectionApi
|
|||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class RockchiopDetector(DetectionApi):
|
class RockchipDetector(DetectionApi):
|
||||||
def __init__(
|
def __init__(
|
||||||
self, det_device=None, model_config: ModelConfig = None, num_threads=1
|
self, det_device=None, model_config: ModelConfig = None, num_threads=1
|
||||||
):
|
):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user