File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ DATA_DIR="${1%/}"
58
58
SCRATCH_DIR=" ${DATA_DIR} /raw-data/"
59
59
mkdir -p " ${DATA_DIR} "
60
60
mkdir -p " ${SCRATCH_DIR} "
61
- WORK_DIR=" $0 .runfiles/third_party/tensorflow_models/research/slim "
61
+ WORK_DIR=" $0 .runfiles/__main__ "
62
62
63
63
# Download the ImageNet data.
64
64
LABELS_FILE=" ${WORK_DIR} /datasets/imagenet_lsvrc_2015_synsets.txt"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ mkdir -p "${BBOX_DIR}"
49
49
cd " ${OUTDIR} "
50
50
51
51
# Download and process all of the ImageNet bounding boxes.
52
- BASE_URL=" http://www.image-net.org/challenges/LSVRC/2012/nonpub "
52
+ BASE_URL=" http://www.image-net.org/challenges/LSVRC/2012/nnoupb "
53
53
54
54
# See here for details: http://www.image-net.org/download-bboxes
55
55
BOUNDING_BOX_ANNOTATIONS=" ${BASE_URL} /ILSVRC2012_bbox_train_v2.tar.gz"
You can’t perform that action at this time.
0 commit comments