mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Fix isort
This commit is contained in:
parent
ee5b59a61c
commit
f2c817c8ad
@ -5,12 +5,12 @@ import numpy as np
|
|||||||
from norfair.drawing.color import Palette
|
from norfair.drawing.color import Palette
|
||||||
from norfair.drawing.drawer import Drawer
|
from norfair.drawing.drawer import Drawer
|
||||||
|
|
||||||
|
from frigate.util import intersection
|
||||||
from frigate.video import (
|
from frigate.video import (
|
||||||
get_cluster_boundary,
|
get_cluster_boundary,
|
||||||
get_cluster_candidates,
|
get_cluster_candidates,
|
||||||
get_cluster_region,
|
get_cluster_region,
|
||||||
)
|
)
|
||||||
from frigate.util import intersection
|
|
||||||
|
|
||||||
|
|
||||||
def draw_box(frame, box, color=(255, 0, 0), thickness=2):
|
def draw_box(frame, box, color=(255, 0, 0), thickness=2):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user