Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Getting List of Unique Faces in Google Video Intelligence

I analyzed an hour-long meeting video using Google Intelligence API.

The meeting had about five attendees. However, the Google Intelligence API returns about 200+ unique entries— a new face for every scene.

Is there a way to consolidate faces into fewer entries

Too many thumbnails!

e.g.

 

"faceDetectionAnnotations": [
{
"tracks": [
{
"segment": {
"startTimeOffset": "3306.500s",
"endTimeOffset": "3337.875s"
},
"confidence": 0.95673287
}
],
"thumbnail": ".....",
"version": "1.0"
},
 
 
0 1 333
1 REPLY 1

Good day @meera_datey,

Welcome to Google Cloud Community!

My apologies if it is not working as you want it to be, however, face detection is used for face tracking or detecting faces, it is not used for facial recognition. This means if there are movements made or if there are changes in the Detected Attribute (e.g. headwear, frontal_gaze, eyes_visible, glasses, smiling and mouth_open) the thumbnail will be created including its start time and end time.

You can check this link for more information: https://cloud.google.com/video-intelligence/docs/feature-face-detection

Hope this helps!