File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
research/inception/inception/data Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ BASE_URL="http://www.image-net.org/challenges/LSVRC/2012/nonpub"
55
55
BOUNDING_BOX_ANNOTATIONS=" ${BASE_URL} /ILSVRC2012_bbox_train_v2.tar.gz"
56
56
BBOX_TAR_BALL=" ${BBOX_DIR} /annotations.tar.gz"
57
57
echo " Downloading bounding box annotations."
58
- wget -c " ${BOUNDING_BOX_ANNOTATIONS} " -O " ${BBOX_TAR_BALL} " || BASE_URL_CHANGE=1
58
+ wget " ${BOUNDING_BOX_ANNOTATIONS} " -O " ${BBOX_TAR_BALL} " || BASE_URL_CHANGE=1
59
59
if [ $BASE_URL_CHANGE ]; then
60
60
BASE_URL=" http://www.image-net.org/challenges/LSVRC/2012/nnoupb"
61
61
BOUNDING_BOX_ANNOTATIONS=" ${BASE_URL} /ILSVRC2012_bbox_train_v2.tar.gz"
62
- wget -c " ${BOUNDING_BOX_ANNOTATIONS} " -O " ${BBOX_TAR_BALL} "
62
+ wget " ${BOUNDING_BOX_ANNOTATIONS} " -O " ${BBOX_TAR_BALL} "
63
63
fi
64
64
echo " Uncompressing bounding box annotations ..."
65
65
tar xzf " ${BBOX_TAR_BALL} " -C " ${BBOX_DIR} "
You can’t perform that action at this time.
0 commit comments