feat: 算法打印图片日志
This commit is contained in:
parent
1d16949d8a
commit
8a7ae2994e
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in New Issue