8000 GitHub - Nimo1989/UFL-HS-RoadDetection: Robust Road Detection from a Single Image, ICPR, 2016
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Nimo1989/UFL-HS-RoadDetection

 
 

Repository files navigation

UFL-HS-RoadDetection

Code for our paper

Junkang Zhang, Siyu Xia, Kaiyu Lu, Hong Pan, A. K. Qin.
Robust Road Detection from a Single Image. ICPR, 2016

Introduction

This code has been tested using Matlab 2015b in Ubuntu 14.04 64-bit. It should also work on other platforms, since it's pure Matlab code.

Usage

For example, to get the result on After-Rain dataset

  1. Download the dataset from http://www.josemalvarez.net/ and extract it to someplace.

  2. Open main.m, change the route variable (in line 7) to the location of your dataset (where the extracted After-Rain folder lies).

  3. (Optional) If you are using a multi-core cpu and having sufficient memory, you can use parfor (in line 60) to speed up the testing process.

  4. Run main.m. The P, R, F values will be printed in the command window. The detection results are stored in the predCell variable.

About

Robust Road Detection from a Single Image, ICPR, 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 73.6%
  • M 26.4%
0