summaryrefslogtreecommitdiff
path: root/cli/app/commands/biggan
diff options
context:
space:
mode:
Diffstat (limited to 'cli/app/commands/biggan')
-rw-r--r--cli/app/commands/biggan/extract_dense_vectors.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/app/commands/biggan/extract_dense_vectors.py b/cli/app/commands/biggan/extract_dense_vectors.py
index 40b90f9..866104d 100644
--- a/cli/app/commands/biggan/extract_dense_vectors.py
+++ b/cli/app/commands/biggan/extract_dense_vectors.py
@@ -64,7 +64,8 @@ def cli(ctx, opt_folder_id, opt_latent_steps, opt_dense_steps, opt_video, opt_re
opt_use_feature_detector=opt_use_feature_detector,
opt_feature_layers=opt_feature_layers,
opt_snapshot_interval=opt_snapshot_interval,
- opt_clip_interval=opt_clip_interval
+ opt_clip_interval=opt_clip_interval,
+ opt_folder_id=folder['id']
)
params = params_dense_dict(tag, folder_id=folder['id'])