SOTAVerified

Lane Detection and Classification using Cascaded CNNs

2019-07-02Code Available0· sign in to hype

Fabio Pizzati, Marco Allodi, Alejandro Barrera, Fernando García

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Lane detection is extremely important for autonomous vehicles. For this reason, many approaches use lane boundary information to locate the vehicle inside the street, or to integrate GPS-based localization. As many other computer vision based tasks, convolutional neural networks (CNNs) represent the state-of-the-art technology to indentify lane boundaries. However, the position of the lane boundaries w.r.t. the vehicle may not suffice for a reliable positioning, as for path planning or localization information regarding lane types may also be needed. In this work, we present an end-to-end system for lane boundary identification, clustering and classification, based on two cascaded neural networks, that runs in real-time. To build the system, 14336 lane boundaries instances of the TuSimple dataset for lane detection have been labelled using 8 different classes. Our dataset and the code for inference are available online.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
TuSimpleEnd-to-end ERFNetAccuracy95.24Unverified

Reproductions