Recall & Review
beginner
What is face landmark detection?
Face landmark detection is a process that finds key points on a face, like eyes, nose, and mouth corners, to understand facial structure.
Click to reveal answer
beginner
Name three common facial landmarks detected in face landmark detection.
Common facial landmarks include the corners of the eyes, tip of the nose, and corners of the mouth.
Click to reveal answer
beginner
Why is face landmark detection important in real life?
It helps in applications like face recognition, emotion detection, augmented reality filters, and medical diagnosis.
Click to reveal answer
intermediate
What type of machine learning model is often used for face landmark detection?
Convolutional Neural Networks (CNNs) are commonly used because they can learn to detect patterns in images effectively.
Click to reveal answer
intermediate
How do we measure the accuracy of a face landmark detection model?
Accuracy is measured by how close the predicted landmarks are to the true landmarks, often using distance metrics like Mean Squared Error (MSE).
Click to reveal answer
Which of these is NOT a typical facial landmark?
✗ Incorrect
The elbow is not part of the face, so it is not a facial landmark.
What kind of data does face landmark detection models usually work with?
✗ Incorrect
Face landmark detection works on images or video frames to find facial points.
Which machine learning model is most suitable for detecting face landmarks?
✗ Incorrect
CNNs are best for image tasks like face landmark detection.
What does a face landmark detection model output?
✗ Incorrect
The model outputs coordinates (x, y) for important facial points.
Which metric is commonly used to evaluate face landmark detection accuracy?
✗ Incorrect
Mean Squared Error measures the average distance between predicted and true landmarks.
Explain what face landmark detection is and why it is useful.
Think about how computers find important points on a face.
You got /3 concepts.
Describe how a machine learning model detects face landmarks from an image.
Imagine teaching a computer to spot eyes and nose on a photo.
You got /4 concepts.