增加dockererfile文件,支持在docker中运行
解决webapi.py运行时报错的bug
This commit is contained in:
@@ -145,9 +145,9 @@ def RecognizePlateJson(image):
|
||||
res_json["w"] = int(rect[2])
|
||||
res_json["h"] = int(rect[3])
|
||||
jsons.append(res_json)
|
||||
print(json.dumps(jsons,ensure_ascii=False,encoding="gb2312"))
|
||||
print(json.dumps(jsons,ensure_ascii=False))
|
||||
|
||||
return json.dumps(jsons,ensure_ascii=False,encoding="gb2312")
|
||||
return json.dumps(jsons,ensure_ascii=False)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user