算法处理bug

This commit is contained in:
曹前明 2022-08-26 16:25:57 +08:00
parent 681866ba3e
commit f139b96c51
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@ myLogger = logging.getLogger('log')
algo_dict = {
"helmet": "apps.helmet.algo.helmet"
"helmet": "apps.ai.helmet.algo.helmet"
}
def ai_analyse(codes: list, global_img: str, face_img: str=None):
def ai_analyse(codes: list, global_img: str, face_img: str = None):
"""多线程进行算法分析图片
Args: