# ADAS Lane detection and path prediction **Repository Path**: skywll/adas-lane-detection-and-path-prediction ## Basic Information - **Project Name**: ADAS Lane detection and path prediction - **Description**: ADAS Lane detection and path prediction from github - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-09 - **Last Updated**: 2021-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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. 2. Download the sample data The sample data can be downloaded from [here.](https://drive.google.com/file/d/1hP-v8lLn1g1jEaJUBYJhv1mEb32hkMvG/view?usp=sharing) More data will be added soon. 3. Run the program ``` python3 main.py