summaryrefslogtreecommitdiff
path: root/build_dataset.pl
diff options
context:
space:
mode:
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/";