From 9a1c8b2cc4d0429010c42b3c05c45f1b7dc09cb0 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 21 Sep 2023 04:20:26 -0600 Subject: [PATCH] Remove maximum inertia constraint (#7890) --- frigate/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/config.py b/frigate/config.py index f98da3855..6c854ed10 100644 --- a/frigate/config.py +++ b/frigate/config.py @@ -387,7 +387,6 @@ class ZoneConfig(BaseModel): default=3, title="Number of consecutive frames required for object to be considered present in the zone.", gt=0, - le=10, ) objects: List[str] = Field( default_factory=list,