cleanup imports

This commit is contained in:
Blake Blackshear
2020-02-22 09:03:00 -06:00
parent 02efb6f415
commit f5a2252b29
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import prctl
import itertools
import numpy as np
from scipy.spatial import distance as dist
from . util import draw_box_with_label, LABELS, compute_intersection_rectangle, compute_intersection_over_union, calculate_region
from frigate.util import draw_box_with_label, LABELS, compute_intersection_rectangle, compute_intersection_over_union, calculate_region
class ObjectCleaner(threading.Thread):
def __init__(self, objects_parsed, detected_objects):