|
@@ -52,11 +52,11 @@ tf_sess_dict = {
|
|
|
# 'math_zxhx': TfSess('math_zxhx'),
|
|
|
# 'math_zxhx_detail': TfSess('math_zxhx_detail'),
|
|
|
|
|
|
- # 'math': TfSess('math'),
|
|
|
+ 'math': TfSess('math'),
|
|
|
# 'english': TfSess('english'),
|
|
|
# 'chinese': TfSess('chinese'),
|
|
|
# 'physics': TfSess('physics'),
|
|
|
- 'chemistry': TfSess('chemistry'),
|
|
|
+ # 'chemistry': TfSess('chemistry'),
|
|
|
# 'biology': TfSess('biology'),
|
|
|
# 'politics': TfSess('politics'),
|
|
|
# 'history': TfSess('history'),
|
|
@@ -464,6 +464,7 @@ def analysis_box_once_with_multiple_img(request):
|
|
|
error_info = error_info + 'number and points error;'
|
|
|
|
|
|
try:
|
|
|
+ logger.info('before format: {}\n'.format(res_info_list))
|
|
|
init_number = 500
|
|
|
crt_numbers = []
|
|
|
for i, ele in enumerate(res_info_list):
|