"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "9a1a6e97e0d4039a3defa68c848d2f326e86918d"
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) ...@@ -37,7 +37,7 @@ CURRENT_DIR=$(pwd)
WORK_DIR="${CURRENT_DIR}/deeplab" WORK_DIR="${CURRENT_DIR}/deeplab"
# Run model_test first to make sure the PYTHONPATH is correctly set. # 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. # Go to datasets folder and download PASCAL VOC 2012 segmentation dataset.
DATASET_DIR="datasets" 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