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.optimize
before 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.