allow region to extend beyond the frame

This commit is contained in:
Blake Blackshear
2020-12-12 06:59:38 -06:00
parent 8b9c8a2e80
commit 41dd4447cc
3 changed files with 176 additions and 32 deletions

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():