OtoroLin commited on
Commit
4fcb9f3
·
1 Parent(s): 1378110

init branch commit

Browse files
Files changed (1) hide show
  1. unzipping.sh +1 -1
unzipping.sh CHANGED
@@ -7,7 +7,7 @@ if ! command -v pigz &> /dev/null; then
7
  fi
8
 
9
  # Defined the root directory of the whole dataset
10
- ROOT_DIR="/ssd2/TzuYu/data_test"
11
 
12
  # Function to display usage
13
  usage() {
 
7
  fi
8
 
9
  # Defined the root directory of the whole dataset
10
+ ROOT_DIR="../data_test"
11
 
12
  # Function to display usage
13
  usage() {