From 5609643b2b97921c1377f96f0df4003895891ee7 Mon Sep 17 00:00:00 2001 From: abinila siva <163017635+abinila4@users.noreply.github.com> Date: Fri, 11 Apr 2025 15:57:04 -0400 Subject: [PATCH] Update object_detection.py --- frigate/object_detection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/object_detection.py b/frigate/object_detection.py index 012dde68b..cf4a1483f 100644 --- a/frigate/object_detection.py +++ b/frigate/object_detection.py @@ -126,7 +126,6 @@ class LocalObjectDetector(ObjectDetector): tensor_input = tensor_input.transpose(1, 2, 0, 3) # Convert from NHWC to HWNC (expected DFP input shape) - return tensor_input