c31a32e8 by jiangwenqiang

bug fix

1 parent 1925c5d8
Showing 1 changed file with 2 additions and 0 deletions
...@@ -127,6 +127,8 @@ class InitModel(object): ...@@ -127,6 +127,8 @@ class InitModel(object):
127 127
128 if is_abnormal: 128 if is_abnormal:
129 result_dict['abnormal_bboxes'] = abnormal_bboxes 129 result_dict['abnormal_bboxes'] = abnormal_bboxes
130 else:
131 result_dict['abnormal_bboxes'] = []
130 132
131 life_face_bboxes = new_life_face_bboxes 133 life_face_bboxes = new_life_face_bboxes
132 134
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!