Skip to content

In this project, we achived lane detection with real time by numpy and multi-thread.

Notifications You must be signed in to change notification settings

nimadorostkar/realtime_lane_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Time Lane Detection

Overview

Lane detection is one of the most crucial technique of ADAS and has received significant attention recently. In this project, we achived lane detection with real time by numpy and multi-thread.

Dependencies

  • Python
  • Numpy
  • Opencv

How to Run

Run lane_detection.py. The default video is project_video, if you want to process the "fog_video.mp4", change video_index to 1 in line 9.

Demo Image

image

About

In this project, we achived lane detection with real time by numpy and multi-thread.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages