Commit 4a5df282 authored by 赵威's avatar 赵威

update printer

parent e88bc3bb
......@@ -46,9 +46,9 @@ def main():
index2 = faiss.IndexIDMap(index)
print("index2: ")
print(index2)
index2.add_with_ids(faces_np, ids_np)
print("index2: ")
print(index2)
res = index2.add_with_ids(faces_np, ids_np)
print("res: ")
print(res)
else:
print("no faces")
......
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