From c7a4d182809a45239afa156529490ca9ade6823c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 7 Jan 2020 22:26:47 +0100 Subject: getting latent search updates working... --- cli/app/commands/biggan/extract_dense_vectors.py | 2 +- cli/app/commands/biggan/fetch.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cli') diff --git a/cli/app/commands/biggan/extract_dense_vectors.py b/cli/app/commands/biggan/extract_dense_vectors.py index 1f7f8c3..fca66bd 100644 --- a/cli/app/commands/biggan/extract_dense_vectors.py +++ b/cli/app/commands/biggan/extract_dense_vectors.py @@ -1,7 +1,7 @@ import click import os -from app.utils.cortex_utils import fetch_cortex_folder, find_unprocessed_files +from app.utils.cortex_utils import download_cortex_files, find_unprocessed_files from app.search.search_class import find_nearest_vector_for_images from app.search.search_dense import find_dense_embedding_for_images from app.search.json import params_dense_dict diff --git a/cli/app/commands/biggan/fetch.py b/cli/app/commands/biggan/fetch.py index d454633..9d679f9 100644 --- a/cli/app/commands/biggan/fetch.py +++ b/cli/app/commands/biggan/fetch.py @@ -1,7 +1,7 @@ import click import os -from app.utils.cortex_utils import fetch_cortex_folder, find_unprocessed_files +from app.utils.cortex_utils import download_cortex_files, find_unprocessed_files @click.command('') @click.option('-i', '--folder_id', 'opt_folder_id', type=int, -- cgit v1.2.3-70-g09d2