summaryrefslogtreecommitdiff
path: root/build_dataset.pl
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-11-23 18:17:11 +0100
committerJules Laplace <julescarbon@gmail.com>2018-11-23 18:17:11 +0100
commitd6532455b52f6ee6c4ef0c29242f1ee8ac5943e5 (patch)
tree78ba3e57129265a8b93a8587a7242e41a3de915d /build_dataset.pl
parent811ec7fa5a4c2a6c65bb7a809985dba5cf3b10a9 (diff)
take/make
Diffstat (limited to 'build_dataset.pl')
-rwxr-xr-xbuild_dataset.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_dataset.pl b/build_dataset.pl
index 8b80d84..9d77766 100755
--- a/build_dataset.pl
+++ b/build_dataset.pl
@@ -4,7 +4,7 @@ use strict;
use Cwd qw(cwd);
my $base_dir = cwd;
-our $tag = lc shift @ARGV;
+our $tag = shift @ARGV;
our $images_dir = $base_dir . "/sequences/$tag/";
our $thumbs_dir = $base_dir . "/datasets/$tag/";