Recall & Review
beginner
What is object tracking in computer vision?
Object tracking is the process of locating a moving object over time in a video sequence or camera feed.
Click to reveal answer
beginner
Name two common types of object tracking methods.
Two common types are: 1) Single Object Tracking (tracking one object), and 2) Multiple Object Tracking (tracking many objects at once).
Click to reveal answer
beginner
What is the role of a bounding box in object tracking?
A bounding box is a rectangle drawn around the object to show its position and size in each video frame.
Click to reveal answer
intermediate
How does a tracking algorithm use previous frames to track an object?
It uses the object's position and appearance from previous frames to predict where it will be in the next frame.
Click to reveal answer
intermediate
Why is object tracking challenging in real-world videos?
Challenges include changes in object appearance, lighting, occlusion (object hidden behind others), and fast movement.
Click to reveal answer
What does object tracking primarily aim to do?
✗ Incorrect
Object tracking is about locating and following objects as they move through video frames.
Which of these is NOT a common challenge in object tracking?
✗ Incorrect
Object classification accuracy is related to recognizing objects, not tracking their movement.
What is a bounding box used for in object tracking?
✗ Incorrect
Bounding boxes show where the object is and how big it is in each frame.
Single Object Tracking means:
✗ Incorrect
Single Object Tracking focuses on following one object through frames.
How do tracking algorithms predict an object's next position?
✗ Incorrect
Algorithms use past information about the object's location and look to predict where it moves next.
Explain in your own words what object tracking is and why it is useful.
Think about how you might follow a ball in a soccer game video.
You got /3 concepts.
Describe some challenges that make object tracking difficult in real videos.
Imagine trying to follow a person walking behind a tree or in shadows.
You got /4 concepts.