Using comma.ai pretrained self-driving car model to predict lane lines.
Use Python version >= 3.6
- Install requirements
$ pip3 install -r requirements.txt
- Use your own video or download my sample video from HERE.
$ mkdir data
$ cd data
-
Download pre-trained model (onnx) from comma-ai gituhub
-
Run the program
Note: Specify the video feed location
$ python3 openpilot_onnx.py
Thank You comma.ai for making your research open source.
Credit | Link |
---|---|
Comma Ai | [https://comma.ai/] |
GitHub | [https://github.com/commaai] |
Trained models | [https://github.com/commaai/openpilot/tree/master/models] |