diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-20 23:22:32 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-20 23:22:32 +0100 |
| commit | 42b8ec28162804b42d868e08234993e7d3534de5 (patch) | |
| tree | 8dbc655b367b283a61f6f79b6defc7bd6f8cc9a4 /cli/app/commands/biggan | |
| parent | 50d642ee747690fa56980c79d5fbc7c1b438d672 (diff) | |
vgg?
Diffstat (limited to 'cli/app/commands/biggan')
| -rw-r--r-- | cli/app/commands/biggan/search_class.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/app/commands/biggan/search_class.py b/cli/app/commands/biggan/search_class.py index 7a7bfdb..36f5466 100644 --- a/cli/app/commands/biggan/search_class.py +++ b/cli/app/commands/biggan/search_class.py @@ -58,6 +58,7 @@ def cli(ctx, opt_folder_id, opt_fp_in, opt_dims, opt_steps, opt_limit, opt_video print("Must provide either a --folder_id or an --input folder") opt_feature_layers = opt_feature_layers.split(',') + opt_use_feature_detector = True find_nearest_vector_for_images(paths, opt_dims, opt_steps, opt_video, opt_tag, opt_limit, opt_stochastic_clipping, opt_label_clipping, opt_use_feature_detector, opt_feature_layers, opt_snapshot_interval, opt_clip_interval) |
