bug fix
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 | ... | ... |
-
Please register or sign in to post a comment