File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,6 @@ Quick running the whole code on the PASCAL VOC 2012 dataset:
68
68
69
69
``` bash
70
70
# From tensorflow/models/research/deeplab
71
- sh local_test.sh
71
+ bash local_test.sh
72
72
```
73
73
Original file line number Diff line number Diff line change 19
19
#
20
20
# Usage:
21
21
# # From the tensorflow/models/research/deeplab directory.
22
- # sh ./local_test.sh
22
+ # bash ./local_test.sh
23
23
#
24
24
#
25
25
@@ -42,7 +42,7 @@ python "${WORK_DIR}"/model_test.py
42
42
# Go to datasets folder and download PASCAL VOC 2012 segmentation dataset.
43
43
DATASET_DIR=" datasets"
44
44
cd " ${WORK_DIR} /${DATASET_DIR} "
45
- sh download_and_convert_voc2012.sh
45
+ bash download_and_convert_voc2012.sh
46
46
47
47
# Go back to original directory.
48
48
cd " ${CURRENT_DIR} "
You can’t perform that action at this time.
0 commit comments