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.
2 parents f78281e + ec94dfa commit 1d38a22Copy full SHA for 1d38a22
research/deeplab/datasets/download_and_convert_voc2012.sh
@@ -41,7 +41,7 @@ mkdir -p ${WORK_DIR}
41
cd ${WORK_DIR}
42
43
# Helper function to download and unpack VOC 2012 dataset.
44
-function download_and_uncompress() {
+download_and_uncompress() {
45
local BASE_URL=${1}
46
local FILENAME=${2}
47
0 commit comments