算法处理bug
This commit is contained in:
parent
681866ba3e
commit
f139b96c51
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue