Learn Before
Short Answer

Explain the benefit of using a lane-marking detector in a pipeline.

Question: In the autonomous driving pipeline example, what is the benefit of adding a lane-marking detector instead of having the path planning component process raw camera images directly?

Sample answer: Adding a lane-marking detector provides the missing lane information to the path planning component in a structured format. This resolves the pipeline's information gap without forcing the path planning component to consume and process complex raw camera images directly, keeping the path planning algorithm simpler.

Key points:

  • Provides the missing lane information to the path planning component.
  • Prevents the path planning component from having to process raw camera images directly.

Rubric: The answer should explain that the lane-marking detector extracts the necessary information (lane markings) and provides it to the path planner, preventing the path planner from needing to process raw camera images directly, thus maintaining a clean separation of concerns or keeping the path planner simpler.

0

1

Updated 2026-05-26

Contributors are:

Who are from:

References


Tags

Machine Learning

Deep Learning

Supervised Learning

Dive into Deep Learning @ D2L

Data Science

Machine Learning Strategy

Related