fix: 统一配置参数
This commit is contained in:
@@ -58,7 +58,7 @@ def test_leave_post_algorithm_process():
|
||||
{"bbox": [100, 100, 200, 200], "conf": 0.9, "cls": 0},
|
||||
]
|
||||
|
||||
alerts = algo.process("test_cam", tracks, datetime.now())
|
||||
alerts = algo.process("roi_1", "test_cam", tracks, datetime.now())
|
||||
assert isinstance(alerts, list)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user