Sign in
apache
/
mxnet-test
/
refs/heads/dev
/
.
/
example
/
rcnn
/
script
/
get_selective_search.sh
blob: 728bd8fffc60101f7c3e4efec7087466d80b1486 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
# make a data folder
if
!
[
-
e data
]
then
mkdir data
fi
pushd data
# the result is selective_search_data
wget http
://
www
.
cs
.
berkeley
.
edu
/~
rbg
/
fast
-
rcnn
-
data
/
selective_search_data
.
tgz
tar xf selective_search_data
.
tgz
popd