Recall & Review
beginner
What is 3D object detection?
3D object detection is a computer vision task that finds and locates objects in three-dimensional space, giving their position, size, and orientation.
Click to reveal answer
beginner
Name two common data sources used for 3D object detection.
Common data sources are LiDAR point clouds and stereo camera images. LiDAR gives precise depth, while stereo cameras estimate depth from two images.
Click to reveal answer
beginner
What is a point cloud in 3D object detection?
A point cloud is a set of points in 3D space representing the surface of objects, usually collected by LiDAR sensors.
Click to reveal answer
beginner
Why is 3D object detection important for self-driving cars?
It helps cars understand their surroundings in 3D, detecting other vehicles, pedestrians, and obstacles to drive safely.
Click to reveal answer
beginner
What is the difference between 2D and 3D object detection?
2D detection finds objects in flat images with bounding boxes, while 3D detection finds objects in space with 3D boxes showing depth and orientation.
Click to reveal answer
Which sensor type is commonly used to create point clouds for 3D object detection?
✗ Incorrect
LiDAR sensors emit laser beams to measure distances, creating detailed 3D point clouds.
What does a 3D bounding box provide that a 2D bounding box does not?
✗ Incorrect
3D bounding boxes show the object's position in space, including depth and how it is rotated.
Which of these is NOT a typical challenge in 3D object detection?
✗ Incorrect
Lack of color is not a main challenge since many 3D sensors do not rely on color; challenges include sparse data, occlusion, and computation.
Which machine learning model type is often used for 3D object detection?
✗ Incorrect
CNNs are widely used to process spatial data like images and point clouds for object detection.
What is the main output of a 3D object detection model?
✗ Incorrect
The model outputs the location (3D coordinates), size, orientation, and class of each detected object.
Explain how 3D object detection helps autonomous vehicles navigate safely.
Think about how knowing where things are in 3D helps a car decide where to go.
You got /4 concepts.
Describe the difference between point cloud data and image data in 3D object detection.
Consider how each data type represents the world.
You got /4 concepts.