Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.21 KB

polymapper.md

File metadata and controls

30 lines (19 loc) · 1.21 KB

August 2020

tl;dr: Map buildings and roads as polygon.

Overall impression

Identify keypoints first, then starting with one arbitrary one vertex, connect them according to the Left/Right hand rule (or Maze solving algorithm), then there is one unique way to define the graph.

The following work are focused on road network discovery and are NOT focused on HD maps.

Polyline loss and DAGMapper focuses on HD mapping tasks with lane-level information.

Road network extraction is still very helpful for routing purposes, but lack the fine detail and accuracy needed for a safe localization and motion planning of an autonomous car.

Key ideas

  • Find RoI with RPN
  • Identify keypoints
  • Connect keypoints with RNN (Conv-LSTM)

Technical details

  • Summary of technical details

Notes

  • Questions and notes on how to improve/revise the current work