Datasets:
init branch commit
Browse files- 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="
|
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() {
|