Commit c200effc authored by icecraft's avatar icecraft

style: remove unsed log info

parent bb179954
......@@ -618,8 +618,6 @@ class MagicModel:
)
)
print(len(subjects), len(objects))
subjects.sort(key=lambda x: x['bbox'][0] ** 2 + x['bbox'][1] ** 2)
objects.sort(key=lambda x: x['bbox'][0] ** 2 + x['bbox'][1] ** 2)
dis = [[float('inf')] * len(subjects) for _ in range(len(objects))]
......
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