summaryrefslogtreecommitdiff
path: root/build_dataset.pl
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-12 16:51:27 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-12 16:51:27 +0200
commita8a6cb3902acd8132a7a91d41d6cfa6ab006ec28 (patch)
treeff161f98526427f3235a3c37075b91c2b514a3c7 /build_dataset.pl
parenta4738ce407871857b5ad93556909713f75d73b34 (diff)
tag
Diffstat (limited to 'build_dataset.pl')
-rwxr-xr-x[-rw-r--r--]build_dataset.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_dataset.pl b/build_dataset.pl
index 6b0524d..57b2292 100644..100755
--- a/build_dataset.pl
+++ b/build_dataset.pl
@@ -4,6 +4,8 @@ use strict;
use Cwd qw(cwd);
my $base_dir = cwd;
+our $tag = shift @ARGV;
+
our $images_dir = $base_dir . "/sequences/$tag/";
our $thumbs_dir = $base_dir . "/datasets/$tag/";