I'm using the following link, to start working on Google Cloud Vision platform. I tried the following steps:
1) Created the project
2) Created the bucket
3) I also ran the following code:
4) Ran each code given in the tutorial line-by-line
When I'm running this part of the code, it's throwing the following error.
gcloud ml-engine jobs submit training `whoami`_object_detection_`date +%s` \
--job-dir=gs://$BUCKET_NAME/data \
--packages dist/object_detection-0.1.tar.gz,slim/dist/slim-0.1.tar.gz \
--module-name object_detection.train \
--region us-central1 \
--config object_detection/samples/cloud/cloud.yml \
-- \
--train_dir=gs://$BUCKET_NAME/data \
--pipeline_config_path=${BUCKET_NAME}/data/faster_rcnn_resnet101_pets.config
Error:
ERROR: gcloud crashed (IOError): [Errno 2] No such file or directory: 'slim/dist/slim-0.1.tar.gz'
If you would like to report this issue, please run the following command: gcloud feedback
To check gcloud for common problems, please run the following command: gcloud info --run-diagnostics
I'm configuring the pipeline as following:
sed -i "s|gcloudstuff/visionex/models|"${BUCKET_NAME}"/data|g" object_detection/samples/configs/faster_rcnn_resnet101_pets.config