From c20bed632396c1c4b70d4fc217c436ca297db2c4 Mon Sep 17 00:00:00 2001 From: JohnMark Sill Date: Fri, 18 Feb 2022 23:02:45 -0600 Subject: [PATCH] fix: added line back --- frigate/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/util.py b/frigate/util.py index 6a8892a06..f11c0b0f9 100755 --- a/frigate/util.py +++ b/frigate/util.py @@ -604,6 +604,7 @@ def add_mask(mask, mask_img): ) cv2.fillPoly(mask_img, pts=[contour], color=(0)) + def load_labels(path, encoding="utf-8"): """Loads labels from file (with or without index numbers). Args: