AWS Certified Machine Learning – Specialty — Question 161

A company has video feeds and images of a subway train station. The company wants to create a deep learning model that will alert the station manager if any passenger crosses the yellow safety line when there is no train in the station. The alert will be based on the video feeds. The company wants the model to detect the yellow line, the passengers who cross the yellow line, and the trains in the video feeds. This task requires labeling. The video data must remain confidential.
A data scientist creates a bounding box to label the sample data and uses an object detection model. However, the object detection model cannot clearly demarcate the yellow line, the passengers who cross the yellow line, and the trains.
Which labeling approach will help the company improve this model?

Answer options

Correct answer: D

Explanation

The correct answer is D because a semantic segmentation labeling task will allow for precise labeling of pixels in the video feed, which is essential for accurately identifying the yellow safety line and distinguishing between passengers and trains. The other options focus on object detection methods, which are less effective for the required level of detail in this scenario.