From a8a6cb3902acd8132a7a91d41d6cfa6ab006ec28 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 12 Jun 2018 16:51:27 +0200 Subject: tag --- build_dataset.pl | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 build_dataset.pl (limited to 'build_dataset.pl') diff --git a/build_dataset.pl b/build_dataset.pl old mode 100644 new mode 100755 index 6b0524d..57b2292 --- 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/"; -- cgit v1.2.3-70-g09d2