Update README.md
Browse files
README.md
CHANGED
|
@@ -12,4 +12,38 @@ tags:
|
|
| 12 |
- line-segment-detection
|
| 13 |
- wireframe-parsing
|
| 14 |
pipeline_tag: keypoint-detection
|
| 15 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
- line-segment-detection
|
| 13 |
- wireframe-parsing
|
| 14 |
pipeline_tag: keypoint-detection
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# ULSD
|
| 18 |
+
|
| 19 |
+
<p align="center">
|
| 20 |
+
✏️ <a href="https://github.com/lh9171338/ULSD-ISPRS"><b>Github</b></a>   |   📑 <a href="https://www.sciencedirect.com/science/article/abs/pii/S0924271621001623">Paper</a>
|
| 21 |
+
</p>
|
| 22 |
+
|
| 23 |
+
This repository contains the official models of the paper: [ULSD: Unified Line Segment Detection across Pinhole, Fisheye, and Spherical Cameras](https://www.sciencedirect.com/science/article/abs/pii/S0924271621001623).
|
| 24 |
+
|
| 25 |
+
## Summary
|
| 26 |
+
|
| 27 |
+
ULSD is a unified line segment detection method for both distorted and undistorted images from pinhole, fisheye or spherical cameras. With a novel line segment representation based on the Bezier curve, our method can detect arbitrarily distorted line segments. 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. Especially, the performance of ULSD trained on the three-mixed dataset further demonstrates its effectiveness and generality across the three common camera model.
|
| 28 |
+
|
| 29 |
+
## Download
|
| 30 |
+
|
| 31 |
+
- Download with Git
|
| 32 |
+
|
| 33 |
+
```shell
|
| 34 |
+
git lfs install
|
| 35 |
+
git clone https://huggingface.co/lh9171338/ULSD
|
| 36 |
+
```
|
| 37 |
+
|
| 38 |
+
## Citation
|
| 39 |
+
|
| 40 |
+
```
|
| 41 |
+
@article{LI2021187,
|
| 42 |
+
title = {ULSD: Unified line segment detection across pinhole, fisheye, and spherical cameras},
|
| 43 |
+
author = {Hao Li and Huai Yu and Jinwang Wang and Wen Yang and Lei Yu and Sebastian Scherer},
|
| 44 |
+
journal = {ISPRS Journal of Photogrammetry and Remote Sensing},
|
| 45 |
+
volume = {178},
|
| 46 |
+
pages = {187-202},
|
| 47 |
+
year = {2021},
|
| 48 |
+
}
|
| 49 |
+
```
|