Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.38 KB

tfl_stanford.md

File metadata and controls

27 lines (18 loc) · 1.38 KB

December 2020

tl;dr: Mapping and online detection of TFL.

Overall impression

Traffic light state perception is the key.

Even in non-autonomous vehicles, traffic light state detection would be beneficial alerting inattentive drivers to changing light status and making intersections safer. --> TLA

The key to safe operation is the ability to handle common failure cases, such as FP or transient occlusion for camera based TFL perception.

Key ideas

Technical details

  • Camera with fixed camera
  • Coordinate transformation: world, vehicle, camera and object
  • Traffic light color hue histogram

Notes

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