Commit 093de0af authored by Ben Mabey's avatar Ben Mabey Committed by GitHub
Browse files

fix typo in object_detection docs

parent 3ae3df73
......@@ -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" \
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 \
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