Unverified Commit 3ef7bbcf authored by Sanjay Parajuli's avatar Sanjay Parajuli Committed by GitHub
Browse files

Update deeplab/local_test.sh (#8517)

To fix the following error:
File "/usr/local/lib/python3.6/dist-packages/absl/flags/_flagvalues.py", line 698, in get_value raise _exceptions.Error('Missing value for flag ' + arg) # pylint: disable=undefined-loop-variable absl.flags._exceptions.Error: Missing value for flag -v
parent 6f7a682d
......@@ -37,7 +37,7 @@ CURRENT_DIR=$(pwd)
WORK_DIR="${CURRENT_DIR}/deeplab"
# Run model_test first to make sure the PYTHONPATH is correctly set.
python "${WORK_DIR}"/model_test.py -v
python "${WORK_DIR}"/model_test.py
# Go to datasets folder and download PASCAL VOC 2012 segmentation dataset.
DATASET_DIR="datasets"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment