summaryrefslogtreecommitdiff
path: root/build_dataset.pl
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-11-13 21:41:30 +0100
committerJules Laplace <julescarbon@gmail.com>2018-11-13 21:41:30 +0100
commit811ec7fa5a4c2a6c65bb7a809985dba5cf3b10a9 (patch)
tree5ef2d2ed617f1f0c5580bc00ccea0ba8f77d47dd /build_dataset.pl
parentb6247d1acbe4616fe5b25b38ca4dc93db87a5050 (diff)
lc everything
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 9d77766..8b80d84 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 = shift @ARGV;
+our $tag = lc shift @ARGV;
our $images_dir = $base_dir . "/sequences/$tag/";
our $thumbs_dir = $base_dir . "/datasets/$tag/";