ibaiGorordo / Ultrafast-Lane-Detection-Inference-Pytorch-

Example scripts for the detection of lanes using the ultra fast lane detection model in Pytorch.
MIT License
71 stars 24 forks source link
lane-detection lane-lines-detection lane-segmentation python pytorch self-driving-car

Ultrafast Lane Detection Inference Pytorch

Example scripts for the detection of lanes using the ultra fast lane detection model in Pytorch.

!Ultra fast lane detection Source: https://www.flickr.com/photos/32413914@N00/1475776461/

Requirements

Installation

pip install -r requirements
pip install pafy youtube-dl

Pytorch: Check the Pytorch website to find the best method to install Pytorch in your computer.

Pretrained model

Download the pretrained model from the original repository and save it into the models folder.

Ultra fast lane detection - TuSimple(link)

Examples