[Tools] Update getTestModels after path migration
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 15 Nov 2018 06:29:28 +0000 (15:29 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Sat, 17 Nov 2018 05:37:42 +0000 (14:37 +0900)
Because getTestModels.sh has been moved, the path description
in the script should be updated as well.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
tools/development/getTestModels.sh

index 6bd9036..66903bd 100755 (executable)
@@ -8,6 +8,6 @@ fi
 
 mkdir -p ${TARGET}
 pushd ${TARGET}
-       ln -s ${DIR}/../tests/test_models/models/mobilenet_v1_1.0_224_quant.tflite .
-       ln -s ${DIR}/../tests/test_models/labels/labels.txt .
+       ln -s ${DIR}/../../tests/test_models/models/mobilenet_v1_1.0_224_quant.tflite .
+       ln -s ${DIR}/../../tests/test_models/labels/labels.txt .
 popd