mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-24 15:47:43 +03:00
Cleanup
This commit is contained in:
parent
a964c34572
commit
f7d5680839
@ -330,7 +330,6 @@ class NorfairTracker(ObjectTracker):
|
|||||||
stationary: bool,
|
stationary: bool,
|
||||||
yuv_frame: np.ndarray | None,
|
yuv_frame: np.ndarray | None,
|
||||||
) -> bool:
|
) -> bool:
|
||||||
|
|
||||||
def reset_position(xmin: int, ymin: int, xmax: int, ymax: int) -> None:
|
def reset_position(xmin: int, ymin: int, xmax: int, ymax: int) -> None:
|
||||||
self.positions[id] = {
|
self.positions[id] = {
|
||||||
"xmins": [xmin],
|
"xmins": [xmin],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user