Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 630 Bytes

File metadata and controls

15 lines (13 loc) · 630 Bytes

Cognitive Services for Computer Vision - Facial Recognition

Talk in TDC SP 2019 Event
Track: Cognitive Computing
Date: Jun, 16 2019

Comparison between four vendors:

  • Amazon Rekognition
  • Microsoft Face API
  • IBM Watson Visual Recognition
  • Chooch

After this comparison, you'll be able to:

  • Store images in a "database" for using in facial recognition
  • "Train" model with faces database, generating face embeddings (faceprints)
  • Run face recognition on a new image
  • Draw Bounding Boxes for face matches, with info (confidence/accuracy, name)
  • Draw Bounding Boxes for face unmatches, with "unknown label"