diff --git a/core/ModelManager.py b/core/ModelManager.py index 2f70979..088bad3 100644 --- a/core/ModelManager.py +++ b/core/ModelManager.py @@ -73,6 +73,7 @@ class ModelManager: self.fourcc = cv2.VideoWriter_fourcc(*'mp4v') # 使用 mp4 编码 #基于模型运行环境进行相应初始化工作 if myCongif.get_data("model_platform") == "acl": + self._init_acl() def __del__(self):