Question 128 of 280
Single answerYou are an ML engineer on an agricultural research team working on a crop disease detection tool to detect leaf rust spots in images of crops to determine the presence of a disease. These spots, which can vary in shape and size, are correlated to the severity of the disease. You want to develop a solution that predicts the presence and severity of the disease with high accuracy. What should you do?
ACreate an object detection model that can localize the rust spots.
✓BDevelop an image segmentation ML model to locate the boundaries of the rust spots.
CDevelop a template matching algorithm using traditional computer vision libraries.
DDevelop an image classification ML model to predict the presence of the disease.
✓
Correct Answer: B
Develop an image segmentation ML model to locate the boundaries of the rust spots.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.