top of page

Azure - Computer Vision: Face Recognition (AI-FUNDA)

  • Writer: Tung San
    Tung San
  • Jul 24, 2021
  • 1 min read

Using Azure Cognitive Service


Objective: Experience the face detection services.


1. Employ Azure Cognitive Service.

ree

2. Detect faces in an image.

ree
ree

Faces being detected will be assigned with an unique id.

ree
ree


3. Detect face attributes, e.g., emotions.

ree
ree


4. Compare and detect similar faces among images.

ree
ree


5. Train the model to detect a particular person's face.

ree

Register a person's face from images containing the person's face.

ree
ree
ree

Testing if the model can recognize the person.

ree
ree

Succeed.

Comments


Post: Blog2 Post
bottom of page