hongyliu / CLRNet

CLRNet: a lane detection model based on PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLRNet: Cross Layer Refinement Network for Lane Detection

Introduction

Code for the CLRNet paper, accepted to CVPR 2022. architecture

Installation

Create a conda virtual environment and activate it (conda is optional)

conda create -n clrnet python=3.8
conda activate clrnet

Install dependencies

# Install python packages
pip install -r requirements.txt

Training

python main.py configs/resnet34_tusimple.py --gpus 0

About

CLRNet: a lane detection model based on PyTorch

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%