summaryrefslogtreecommitdiff
path: root/cli/app/commands/biggan
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-14 20:10:45 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-14 20:10:45 +0100
commit536dc2710d7a9449fe7e2da79d79feee62b7a828 (patch)
tree24a64318b1cbb4ebadfa5c75b6db4ec93c540cb7 /cli/app/commands/biggan
parentf91ed4899d5706c7771327269e69fa9ae4a10f9f (diff)
fixes
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'])