Skip to content
Snippets Groups Projects
Commit 49edb36b authored by Gencer Sumbul's avatar Gencer Sumbul
Browse files

fix

parent 81c79434
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ def _retrieve_images(opts, postfix):
distance_batch, axis=-1)[:, 0:num_retrieved_images]
temp = retrieval_results[query_batch_idx[0], [
0, 1, 2, 3, 4, 9, 14, 19, 24, 49]].astype(int)
0, 1, 2, 3, 4, 9, 14, 19]].astype(int)
retrieved_patches.append(
[query_names[query_batch_idx[0]]] + [archive_names[t] for t in temp])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment