amazon-sagemaker-examples
amazon-sagemaker-examples copied to clipboard
[Example Request] send an image (and receive a mask back) from a Lambda function to a semantic segmentation model endpoint
Describe the use case example you want to see I want to send an image (and receive a mask back) from a Lambda function to a semantic segmentation model endpoint that was trained and deployed using SageMaker Notebook.
How would this example be used? Please describe. A website wants to train a semantic segmentation model and deploy it on AWS so that users can upload images on the website and the image can go to the trained semantic segmentation endpoint which returns a mask for floors in the image.
AWS Lambda, S3, Amazon SageMaker, API Gateway
Describe what other services (other than SageMaker) are involved* API Gateway, AWS Lambda, S3
Describe which dataset could be used. Provide its location in s3://sagemaker-sample-files or another source. Pascal VOC2012 dataset - http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCtrainval_11-May-2012.tar
@yajain , have you made any progress with this?