Commit f3ba86ef authored by Jonathan Huang's avatar Jonathan Huang Committed by GitHub
Browse files

Merge pull request #1756 from bmabey/patch-2

fix typo in object_detection docs
parents 3ae3df73 093de0af
...@@ -146,7 +146,7 @@ upload your edited file onto GCS, making note of the path it was uploaded to ...@@ -146,7 +146,7 @@ upload your edited file onto GCS, making note of the path it was uploaded to
sed -i "s|PATH_TO_BE_CONFIGURED|"gs://${YOUR_GCS_BUCKET}"/data|g" \ sed -i "s|PATH_TO_BE_CONFIGURED|"gs://${YOUR_GCS_BUCKET}"/data|g" \
object_detection/samples/configs/faster_rcnn_resnet101_pets.config object_detection/samples/configs/faster_rcnn_resnet101_pets.config
# Copy editted template to cloud. # Copy edited template to cloud.
gsutil cp object_detection/samples/configs/faster_rcnn_resnet101_pets.config \ gsutil cp object_detection/samples/configs/faster_rcnn_resnet101_pets.config \
gs://${YOUR_GCS_BUCKET}/data/faster_rcnn_resnet101_pets.config gs://${YOUR_GCS_BUCKET}/data/faster_rcnn_resnet101_pets.config
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment