Skip to content

littlemountainman/modeld

Repository files navigation

Self driving car lane and path detection

Demo

How to install

To be able to run this, I recommend using Python 3.6 or up.

  1. Install the requirements
pip3 install -r requirements.txt

This will install all the necessary dependencies for running this.

  1. Download the sample data

The sample data can be downloaded from here. More data will be added soon.

  1. Run the program
python3 main.py <path-to-sample-data-hevc> 

What's next ?

  • Traffic light, Car, Truck, Bicycle, Motorcycle, Pedestrians and Stop sign detection using YOLOv3.
  • Real Time semantic segmentation, or almost real time.
  • Fast SLAM.

Related research

Learning a driving simulator

Credits

comma.ai for supercombo model

Harald Schafer for parts of the code

lanes_image_space.py Code by @Shane

About

Self driving car lane and path detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages