|
@ -73,6 +73,7 @@ class ModelManager: |
|
|
self.fourcc = cv2.VideoWriter_fourcc(*'mp4v') # 使用 mp4 编码 |
|
|
self.fourcc = cv2.VideoWriter_fourcc(*'mp4v') # 使用 mp4 编码 |
|
|
#基于模型运行环境进行相应初始化工作 |
|
|
#基于模型运行环境进行相应初始化工作 |
|
|
if myCongif.get_data("model_platform") == "acl": |
|
|
if myCongif.get_data("model_platform") == "acl": |
|
|
|
|
|
self._init_acl() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def __del__(self): |
|
|
def __del__(self): |
|
|