Skip to content

Commit

Permalink
Remove maximum inertia constraint (blakeblackshear#7890)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Sep 21, 2023
1 parent 6aedc39 commit 9a1c8b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frigate/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9a1c8b2

Please sign in to comment.