
Overview
This model provides intermediate image feature extraction functionality for image classification. It can also provide top-5 category predictions out of 1000 classes on ImageNet.
This network is one of the best models that are both highly efficient and accurate. As a result, it also provides high-quality features for various tasks.
Highlights
- This model can extract high-quality image features efficiently.
- This model can predict top-5 predictions on ImageNet.
- The state-of-the-art performance with accuracy of 79.15 vs. 75.3 in the original paper (https://arxiv.org/abs/1512.03385)
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Vendor refund policy
None
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Amazon SageMaker model
An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Version release notes
Initial release
Additional details
Inputs
- Summary
Supported content types are image/jpeg, image/png and image/bmp.
AWS APIs can be used to invoke the model after endpoint creation, e.g., using aws-cli:
aws sagemaker-runtime invoke-endpoint --endpoint-name your_endpoint_name --body fileb://img.jpg --accept image/jpeg --custom-attributes '{"feature": "flat"}' feat.out
This command will extract 2048-dim feature prior to fully-connected layer.
Supported layers: ('conv1', 'bn1', 'relu', 'maxpool', 'layer1', 'layer2', 'layer3', 'layer4', 'avgpool', 'flat', 'fc'), if you don't speficy custom-attributes, this model will return top-5 predictions.
- Input MIME type
- image/jpeg, image/png, image/bmp
Resources
Vendor resources
Support
Vendor support
Model supported is available from GluonCV. Search for questions and open new issues to ask questions.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products




