We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875fcb3 commit ec94dfaCopy full SHA for ec94dfa
research/deeplab/datasets/download_and_convert_voc2012.sh
@@ -40,7 +40,7 @@ mkdir -p ${WORK_DIR}
40
cd ${WORK_DIR}
41
42
# Helper function to download and unpack VOC 2012 dataset.
43
-function download_and_uncompress() {
+download_and_uncompress() {
44
local BASE_URL=${1}
45
local FILENAME=${2}
46
0 commit comments