diff options
| -rwxr-xr-x[-rw-r--r--] | build_dataset.pl | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | train.sh | 0 |
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/"; |
