summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-16 14:29:37 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-16 14:29:37 +0100
commit644982b25ac479d0ddccc0ccc9ac8473de8c16ac (patch)
treee5484ebac314778520282cc044e222259983d465
parent288b27c004959ae25bb637072e945a5b07b5abe5 (diff)
ugh
-rw-r--r--cli/app/search/search_dense.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/app/search/search_dense.py b/cli/app/search/search_dense.py
index 96ed4af..34f8772 100644
--- a/cli/app/search/search_dense.py
+++ b/cli/app/search/search_dense.py
@@ -442,7 +442,6 @@ def find_dense_embedding_for_images(params, opt_tag="inverse_" + timestamp(), op
print("{} >= {}, skipping...".format(out_i, NUM_IMGS))
continue
sample_fn, ext = os.path.splitext(sample_fns[out_i])
- print("{}: {}".format(out_i, sample_fn))
image = Image.fromarray(images[i])
fp = BytesIO()
image.save(fp, format='png')