-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Computer Vision on AWS
By :

In the last chapter, we learned about Amazon Rekognition’s capability to identify objects in images and videos using built-in APIs. However, there are situations where you’re looking for certain things that have specific meaning to you or your business. For example, imagine you’re an auto parts manufacturer and want to identify different parts such as a crankshaft, torque converter, or radiator. Typically, generic machine learning (ML) models would identify these parts as auto parts, but that label may not be specific enough for your needs. Take another scenario—if you’re a car enthusiast, you’d know the logos of different car manufacturers. If you would like to detect the logos of a car manufacturer using computer vision (CV), you’d need to build a customized ML model that can differentiate the logos of different car manufacturers. This is where Rekognition Custom Labels will...