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):
if is_abnormal:
result_dict['abnormal_bboxes'] = abnormal_bboxes
else:
result_dict['abnormal_bboxes'] = []
life_face_bboxes = new_life_face_bboxes
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!