Commit f48e1b8f authored by 赵威's avatar 赵威

get result

parent 5c3a43c8
......@@ -202,7 +202,7 @@ def main():
id = tmp[0]
feature = np.array(json.loads(tmp[1]))
print("{} {}".format(count, id))
res = get_similar_diary_ids_by_face_features(a, faiss_index, face_to_vec_f)
res = get_similar_diary_ids_by_face_features(feature, faiss_index, face_to_vec_f)
print(res)
print("=========================")
......
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