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