1c0826e55b
**Description** This change checks the sagemaker session if there is a default_bucket_prefix set. If a default bucket prefix is specified, it is append it to the s3 path. This was done for hyperparameter_tuning, introduction_to_amazon_algorithms and sagemaker-pipelines sample notebooks. This ensures sample notebooks that utilize s3, works in SageMaker Unified Studio. Co-authored-by: Marco Friaz <marfriaz@amazon.com>
Bird Object Detection Sample Notebook
The Amazon SageMaker notebook is object_detection_birds.ipynb. In addition, we have provided files in the tools folder.
patch_ssd.sh- this is a bash script for patching the model artifacts to be suitable for running on AWS DeepLens.birdsOnEdge.py- this is a Python script that can be deployed as AWS Lambda inference function on AWS DeepLens. It depends on the patched model artifacts and performs the necessary additional step of callingmo.optimizebefore loading the model.im2rec.py- this is a copy of a Python script from Apache MXNet that is used by the notebook to create RecordIO files of the bird images.