I am using AWS with the DeepLens device and I want to fine-tune a model for object-recognition. Because DeepLens still has limitations with the layers it can support I want to start from the same model that the demo project has.
According to the description of the demo project the model is at s3://deeplens-managed-resources/models/SSDresNet50.
However, when I open the S3 service there is no deeplens-managed-resources bucket.
Does anyone know why could that be and how I can access the model?
PS: If more information is needed please let me know so that I can edit my answer to include it.