From 810d391401fba9a62157becdbccfa7188cbc0d16 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 12 Jun 2018 17:44:51 +0200 Subject: zeroes --- build_dataset.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_dataset.pl b/build_dataset.pl index 928747b..2780d77 100755 --- a/build_dataset.pl +++ b/build_dataset.pl @@ -29,7 +29,7 @@ closedir DIR; our @images = sort @files; -my $count = scalar(@images); +my $count = scalar(@images) - 1; print "Processing " . $count . " frames\n"; -- cgit v1.2.3-70-g09d2