refactor:移除 LeavePostAlgorithm,改用 ROI 区域入侵检测
-修复sort导入问题
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user