refactor:移除 LeavePostAlgorithm,改用 ROI 区域入侵检测

-修复sort导入问题
This commit is contained in:
2026-01-22 11:43:40 +08:00
parent 2e9bf2b50c
commit cc4f33c0fd

View File

@@ -9,6 +9,8 @@ import numpy as np
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from sort import Sort
class LeavePostAlgorithm: class LeavePostAlgorithm:
STATE_INIT = "INIT_STATE" STATE_INIT = "INIT_STATE"