
Overview
Model generates output of face bounding boxes from face detection network, labels of head pose, emotion information, and facial landmarks positions for each detected face
Highlights
- The output and labels from the model can be used with visualization frameworks
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/host/hour |
|---|---|---|
ml.c5.xlarge Inference (Batch) Recommended | Model inference on the ml.c5.xlarge instance type, batch mode | $0.15 |
ml.c5.large Inference (Real-Time) Recommended | Model inference on the ml.c5.large instance type, real-time mode | $0.15 |
ml.c5.2xlarge Inference (Batch) | Model inference on the ml.c5.2xlarge instance type, batch mode | $0.15 |
ml.c5.18xlarge Inference (Batch) | Model inference on the ml.c5.18xlarge instance type, batch mode | $0.15 |
ml.c5.9xlarge Inference (Batch) | Model inference on the ml.c5.9xlarge instance type, batch mode | $0.15 |
ml.c5.4xlarge Inference (Batch) | Model inference on the ml.c5.4xlarge instance type, batch mode | $0.15 |
ml.c5.2xlarge Inference (Real-Time) | Model inference on the ml.c5.2xlarge instance type, real-time mode | $0.15 |
ml.c5.xlarge Inference (Real-Time) | Model inference on the ml.c5.xlarge instance type, real-time mode | $0.15 |
ml.c5.9xlarge Inference (Real-Time) | Model inference on the ml.c5.9xlarge instance type, real-time mode | $0.15 |
ml.c5.4xlarge Inference (Real-Time) | Model inference on the ml.c5.4xlarge instance type, real-time mode | $0.15 |
Vendor refund policy
We do not currently support refunds, but you can cancel at any time.
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
This release contains updates for realtime inference using sagemaker endpoint configuration.
Additional details
Inputs
- Summary
Real-time inference Example:
#content-type: application/x-image
#Convert image to bytearray with open(face_image_path, "rb") as image: b = bytearray(image.read())
#Perform a prediction emotion_detection_result = predictor_emotion_headpose_detection.predict(b).decode('utf-8')
#result [{'confidence': '0.999840', 'emotion': 'happy', 'height': '97', 'pitch': '3.576530', 'roll': '0.184108', 'width': '74', 'x_ll': '77', 'y_ll': '33', 'yaw': '-11.587129'}]
- Input MIME type
- application/x-image
Resources
Vendor resources
Support
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




