Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.19 KB

road_tracer.md

File metadata and controls

25 lines (15 loc) · 1.19 KB

August 2020

tl;dr: Dynamic training of a CNN as an DRL agent to draw maps.

Overall impression

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

RoadTracer noted the semantic segmentation results are not a reliable foundation to extract road networks. Instead, it uses an iterative graph construction to get the topology of the road directly, avoiding unreliable intermediate representations.

The network needs to make a decision to step a certain distance toward a certain direction, resembling an agent in a reinforcement learning setting. This is somehow similar to the cSnake idea in Deep Boundary Extractor.

Key ideas

Technical details

  • Summary of technical details

Notes

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