Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
5444724e
Commit
5444724e
authored
Apr 01, 2018
by
Zhichao Lu
Committed by
pkulzc
Apr 02, 2018
Browse files
Mscoco download script minor fix.
PiperOrigin-RevId: 191248237
parent
bc99a72e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
research/object_detection/dataset_tools/download_and_preprocess_mscoco.sh
...detection/dataset_tools/download_and_preprocess_mscoco.sh
+2
-2
No files found.
research/object_detection/dataset_tools/download_and_preprocess_mscoco.sh
View file @
5444724e
...
...
@@ -64,7 +64,7 @@ cd ${SCRATCH_DIR}
# Download the images.
BASE_IMAGE_URL
=
"http://images.cocodataset.org/zips"
#
TRAIN_IMAGE_FILE="train2017.zip"
TRAIN_IMAGE_FILE
=
"train2017.zip"
download_and_unzip
${
BASE_IMAGE_URL
}
${
TRAIN_IMAGE_FILE
}
TRAIN_IMAGE_DIR
=
"
${
SCRATCH_DIR
}
/train2017"
...
...
@@ -91,7 +91,7 @@ download_and_unzip ${BASE_IMAGE_INFO_URL} ${IMAGE_INFO_FILE}
TESTDEV_ANNOTATIONS_FILE
=
"
${
SCRATCH_DIR
}
/annotations/image_info_test-dev2017.json"
#
# Build TFRecords of the image data.
# Build TFRecords of the image data.
cd
"
${
CURRENT_DIR
}
"
python object_detection/dataset_tools/create_coco_tf_record.py
\
--logtostderr
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment