allow region to extend beyond the frame

This commit is contained in:
Blake Blackshear
2020-12-20 07:37:44 -06:00
parent a54fbc483c
commit 181f66357b
3 changed files with 176 additions and 32 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import cv2
import numpy as np
from scipy.spatial import distance as dist
from frigate.util import calculate_region, draw_box_with_label
from frigate.util import draw_box_with_label
class ObjectTracker():