SOTAVerified

ULSD: Unified Line Segment Detection across Pinhole, Fisheye, and Spherical Cameras

2020-11-06Code Available1· sign in to hype

Hao Li, Huai Yu, Wen Yang, Lei Yu, Sebastian Scherer

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Line segment detection is essential for high-level tasks in computer vision and robotics. Currently, most stateof-the-art (SOTA) methods are dedicated to detecting straight line segments in undistorted pinhole images, thus distortions on fisheye or spherical images may largely degenerate their performance. Targeting at the unified line segment detection (ULSD) for both distorted and undistorted images, we propose to represent line segments with the Bezier curve model. Then the line segment detection is tackled by the Bezier curve regression with an end-to-end network, which is model-free and without any undistortion preprocessing. Experimental results on the pinhole, fisheye, and spherical image datasets validate the superiority of the proposed ULSD to the SOTA methods both in accuracy and efficiency (40.6fps for pinhole images). The source code is available at https://github.com/lh9171338/Unified-LineSegment-Detection.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
wireframe datasetULSDsAP1066.4Unverified
York Urban DatasetULSDsAP1027.4Unverified

Reproductions