Skip to content

Commit 2b78a3c

Browse files
Merge pull request #13 from dhatwalia/path-correction
Corrected Folder Paths
2 parents 0dfbc47 + 71f7150 commit 2b78a3c

5 files changed

+7
-7
lines changed

Scripts/download_ADE20K.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ mv -v $DATASET_DIR/ADEChallengeData2016/* $DATASET_DIR/
1313
rm -r $DATASET_DIR/ADEChallengeData2016
1414

1515
echo ========================================================================
16-
echo "Set the path below to \"ROOT:\" in the config file from config/config_ADE20K.yaml:"
16+
echo "Set the path below to \"ROOT:\" in the config file from Config/config_ADE20K.yaml:"
1717
echo -e "\033[32m $DATASET_DIR \033[00m"
18-
echo ========================================================================
18+
echo ========================================================================

Scripts/download_MITIndoor67.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ unzip -n $DATASET_DIR/MIT.zip -d $DATASET_DIR
99
rm $DATASET_DIR/MIT.zip
1010

1111
echo ========================================================================
12-
echo "Set the path below to \"ROOT:\" in the config file from config/config_MITIndoor.yaml:"
12+
echo "Set the path below to \"ROOT:\" in the config file from Config/config_MITIndoor.yaml:"
1313
echo -e "\033[32m $DATASET_DIR \033[00m"
1414
echo ========================================================================

Scripts/download_Places365.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ unzip -n $DATASET_DIR/places365standard_easyformat.tar -d $DATASET_DIR
99
#rm $DATASET_DIR/places365standard_easyformat.tar
1010

1111
echo ========================================================================
12-
echo "Set the path below to \"ROOT:\" in the config file from config/config_Places365.yaml:"
12+
echo "Set the path below to \"ROOT:\" in the config file from Config/config_Places365.yaml:"
1313
echo -e "\033[32m $DATASET_DIR \033[00m"
14-
echo ========================================================================
14+
echo ========================================================================

Scripts/download_Places365_extra.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ unzip -n $DATASET_DIR/Places_extra.zip -d $DATASET_DIR
99
rm $DATASET_DIR/Places_extra.zip
1010

1111
echo ========================================================================
12-
echo "Set the path below to \"ROOT:\" in the config file from config/config_Places365.yaml:"
12+
echo "Set the path below to \"ROOT:\" in the config file from Config/config_Places365.yaml:"
1313
echo -e "\033[32m $DATASET_DIR \033[00m"
1414
echo ========================================================================

Scripts/download_SUN397.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ unzip -n $DATASET_DIR/SUN.zip -d $DATASET_DIR
99
rm $DATASET_DIR/SUN.zip
1010

1111
echo ========================================================================
12-
echo "Set the path below to \"ROOT:\" in the config file from config/config_SUN397.yaml:"
12+
echo "Set the path below to \"ROOT:\" in the config file from Config/config_SUN397.yaml:"
1313
echo -e "\033[32m $DATASET_DIR \033[00m"
1414
echo ========================================================================

0 commit comments

Comments
 (0)