summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]build_dataset.pl2
-rwxr-xr-x[-rw-r--r--]train.sh0
2 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/";
diff --git a/train.sh b/train.sh
index 054748e..054748e 100644..100755
--- a/train.sh
+++ b/train.sh