Question 71:
To reduce the inconvenience caused in locating free parking slots, the company has decided to use image classification at the edge with custom vision and to determine the availability of parking spots in a row in a parking garage. Identify the sequence in which the below 3 actions are required to be performed. 1- Create an IoT Edge module to perform the query on the device’s custom vision web server. 2- Use custom vision and build an image classifier. 3- Send image classifier results to IoT Hub.
Answer options:
A.1 --> 2 --> 3 B.2 --> 1 --> 3 C.3 --> 1 --> 2 D.1 --> 3 --> 2 E.2 --> 3 --> 1