From 31d2d7640c60d0a95d79a0e440f9cc198f677692 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Tue, 9 May 2023 22:33:35 +0000 Subject: [PATCH] Update file copy_data_for_benchmark.sh --- scripts/copy_data_for_benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/copy_data_for_benchmark.sh b/scripts/copy_data_for_benchmark.sh index fc593c1..f535552 100644 --- a/scripts/copy_data_for_benchmark.sh +++ b/scripts/copy_data_for_benchmark.sh @@ -3,7 +3,7 @@ echo "Backup original data" cp -a data/* data_orig/ cd data/01_2d -for i in {1..9}; do +for i in {2..9}; do echo -ne "Copy data $i\033[0K\r" cp BRATS_001_meta.npy BRATS_00${i}_meta.npy cp BRATS_001_orig_lbl.npy BRATS_00${i}_orig_lbl.npy -- GitLab