Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1019 Bytes

deep_road_mapper.md

File metadata and controls

27 lines (18 loc) · 1019 Bytes

August 2020

tl;dr: Extract road topology from satellite images.

Overall impression

This is one of the first paper on extracting road network based on aerial images captured by satellite. Note that this is not HD map as it does not contain lane level information.

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

Key ideas

  • Semantic segmentation
  • Thinning
  • Pruning small branches, closing small loops
  • A* search algorithm for connecting disconnected roads.

Technical details

  • Summary of technical details

Notes

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