From 065af87eb992945ef1a6d694fe3650139e8baedd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 12 Jun 2018 17:13:30 +0200 Subject: zeroes --- build_dataset.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_dataset.pl') diff --git a/build_dataset.pl b/build_dataset.pl index d00140e..928747b 100755 --- a/build_dataset.pl +++ b/build_dataset.pl @@ -46,11 +46,11 @@ for ($i = 0; $i < $count; $i++) { } $src = $images_dir . $images[$i]; - $dst = $dir . sprintf("A/frame%03d.png", $i); + $dst = $dir . sprintf("A/frame%05d.png", $i); system("ln", "-s", $src, $dst); $src = $images_dir . $images[$i+1]; - $dst = $dir . sprintf("B/frame%03d.png", $i); + $dst = $dir . sprintf("B/frame%05d.png", $i); system("ln", "-s", $src, $dst); if (($i % 100) == 0) { -- cgit v1.2.3-70-g09d2