Skip to content

Usage of comma.ai trained supercombo onnx model. Updated for the latest Supercombo model

License

Notifications You must be signed in to change notification settings

Deggory/openpilot-supercombo-model

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openpilot supercomo model deployment

Using comma.ai pretrained self-driving car model to predict lane lines. output

Installation

Use Python version >= 3.6

  1. Install requirements
$ pip3 install -r requirements.txt
  1. Use your own video or download my sample video from HERE.
$ mkdir data
$ cd data
  1. Download pre-trained model (onnx) from comma-ai gituhub

  2. Run the program

Note: Specify the video feed location

$ python3 openpilot_onnx.py

Credits

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]

About

Usage of comma.ai trained supercombo onnx model. Updated for the latest Supercombo model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%