Commit 980b5ad6 authored by 赵威's avatar 赵威

get result

parent 965c7987
......@@ -35,9 +35,9 @@ def save_result():
ids = I.tolist()[0]
res = []
for (index, i) in enumerate(distances):
if i <= 1.0:
if i <= 1.0 and i != id:
res.append(ids[index])
print(count, id, content_level, res)
print(id, content_level, res)
except Exception as e:
print(e)
......
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