diff --git a/frigate/video.py b/frigate/video.py index ed466026c..4b0fb3342 100755 --- a/frigate/video.py +++ b/frigate/video.py @@ -464,7 +464,7 @@ def detect( area = width * height # ignore objects that were detected outside the frame - if height == 0: + if height <= 0: continue ratio = width / height