mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-04 13:47:37 +02:00
fixed base.py line 142
This commit is contained in:
parent
cf429549b9
commit
8f7fcb4e50
@ -139,7 +139,6 @@ def run_detector(
|
|||||||
avg_speed.value = (avg_speed.value * 9 + duration) / 10
|
avg_speed.value = (avg_speed.value * 9 + duration) / 10
|
||||||
|
|
||||||
logger.info("Exited detection process...")
|
logger.info("Exited detection process...")
|
||||||
return self.detect_api.detect_raw(tensor_input=tensor_input)
|
|
||||||
|
|
||||||
|
|
||||||
def async_run_detector(
|
def async_run_detector(
|
||||||
|
Loading…
Reference in New Issue
Block a user