Skip to content

Commit

Permalink
Update download_imagenet.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Wei authored Oct 31, 2020
1 parent de07104 commit f7e1d77
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ fi

# Un-compress the individual tar-files within the train tar-file.
echo "Uncompressing individual train tar-balls in the training data to ${OUTPUT_PATH}."
# tar -xvf ILSVRC2012_img_train.tar
# find . -name "*.tar" | while read NAME ; do mkdir -p "${NAME%.tar}"; tar -xvf "${NAME}" -C "${NAME%.tar}"; rm -f "${NAME}"; done

SYNSET=${SYNSETS_FILE}

Expand Down

0 comments on commit f7e1d77

Please sign in to comment.