Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.08 KB

UFL-HS-RoadDetection

Code for our paper

Junkang Zhang, Siyu Xia, Kaiyue Lu, Hong Pan, A. K. Qin.  
Robust Road Detection from a Single Image.
23rd International Conference on Pattern Recognition (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.