From 901ecdf404e45bf2e4dc2d09d59c77fc53917467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=BE=99?= Date: Tue, 25 Jun 2024 20:15:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=A7=8BACL=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/ModelManager.py | 1 + 1 file changed, 1 insertion(+) 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):