Unverified Commit ec94dfa1 authored by sm176357's avatar sm176357 Committed by GitHub
Browse files

syntax error : download_and_convert_VOC2012.sh

Probable syntax error in line 43. Remove "function" for execution.
parent 875fcb3b
...@@ -40,7 +40,7 @@ mkdir -p ${WORK_DIR} ...@@ -40,7 +40,7 @@ mkdir -p ${WORK_DIR}
cd ${WORK_DIR} cd ${WORK_DIR}
# Helper function to download and unpack VOC 2012 dataset. # Helper function to download and unpack VOC 2012 dataset.
function download_and_uncompress() { download_and_uncompress() {
local BASE_URL=${1} local BASE_URL=${1}
local FILENAME=${2} local FILENAME=${2}
......
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