Correct Answer: D
Option A is incorrect. The Bounding Box SageMaker Ground Truth built-in task is used to allow your workers to use a box that bounds various subjects in the image. You need your workers to identify the subjects (birds) at the pixel level.
Option B is incorrect. The Image Classification (Single Label) SageMaker Ground Truth built-in task is used to allow your workers to label subjects in your images using a predefined set of labels provided by you. You need your workers to identify the subjects (birds) at the pixel level.
Option C is incorrect. The Image Classification (Multi-Label) SageMaker Ground Truth built-in task is used to allow your workers to label multiple subjects in your images. You need your workers to identify the subjects (birds) at the pixel level.
Option D is correct. The Semantic Segmentation Ground Truth built-in task is used to allow your workers to label subjects in your image at the pixel level.
Reference:
Please see the Amazon SageMaker developer guide titled Label Data (https://docs.aws.amazon.com/sagemaker/latest/dg/data-label.html), the Amazon SageMaker developer guide titled Built-in Task Types (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html), the Amazon SageMaker developer guide titled Image Classification (Single Label) (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-image-classification.html), the Amazon SageMaker developer guide titled Image Classification (Multi-label) (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-image-classification-multilabel.html), and the Amazon SageMaker developer guide titled Image Semantic Segmentation (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-semantic-segmentation.html), and the Amazon SageMaker developer guide titled Bounding Box (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-bounding-box.html)