From ce80882c9844fe37489d3d43b38f351846d9c2c4 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 1 Nov 2023 17:09:14 -0600 Subject: [PATCH] Make comment more clear --- frigate/util/object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/util/object.py b/frigate/util/object.py index a93d9afa9..9605e8ab4 100644 --- a/frigate/util/object.py +++ b/frigate/util/object.py @@ -174,7 +174,7 @@ def get_region_from_grid( cell = region_grid[grid_x][grid_y] - # if there is no known data, get standard region for motion box + # if there is no known data, use original region calculation if not cell or not cell["sizes"]: return box