Commit 1e6de549 authored by pangguosheng's avatar pangguosheng
Browse files

fix: drop reason append error

parent 51b8c57d
......@@ -70,7 +70,7 @@ def _remove_overlap_between_bboxes(arr):
res[i] = None
else:
keeps[idx] = False
drop_reasons.append(drop_reasons)
drop_reasons.append(drop_reason)
if keeps[idx]:
res[idx] = v
return res, drop_reasons
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment