Can Google Cloud Vision API label faces?
问题 I am currently using google cloud-vision api for a project. I want to assign a unique ID to a face, so that it automatically detects which IDs any image contains. This way I can know which person is in the image. Can cloud-vision distinguish faces and return some unique ID for a face? 回答1: NO , and as Armin has already mentioned, Google Vision API doesn't support Facial Recognition or Face verification. It only performs face detection on an image. What you can actually do is to use tensorflow