feat: 算法打印图片日志

This commit is contained in:
caoqianming 2023-06-21 11:32:32 +08:00
parent 1d16949d8a
commit 8a7ae2994e
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ def ai_analyse(codes: list, global_img: str, face_img: str = '', is_dahua_pic: b
Return:
{'qiping': [[x, y]]}
"""
myLogger.info(f'算法图片接收:{global_img} {face_img}')
results = {} # dict key: 触发的事件标识字符 value: 多个矩形框坐标列表; 有两个图片key值
global_img_path = ''
face_img_path = ''