You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,7 @@ Official Tensorflow implementation of *"M-LSD: Towards Light-weight and Real-tim
10
10
@NAVER/LINE Vision
11
11
12
12
## Overview
13
-
<pfloat="left">
14
-
<imgsrc=".github/teaser.png"height="270">
15
-
<imgsrc=".github/mlsd_mobile.png"height="270">
16
-
</p>
13
+
<imgsrc=".github/mlsd_teaser.png"height="270">
17
14
18
15
**First figure**: Comparison of M-LSD and existing LSD methods on *GPU*.
19
16
**Second figure**: Inference speed and memory usage on *mobile devices*.
@@ -57,7 +54,7 @@ $ python demo_MLSD.py
57
54
You can jump right into line segment and box detection using M-LSD with our [Colab notebook](https://colab.research.google.com/gist/geonm/16b7e4bad577511d2313bf0337029bfc/mlsd_demo.ipynb).
58
55
The notebook supports interactive UI with [Gradio](https://gradio.app/) as below.
59
56
60
-
<imgsrc=".github/gradio.png"height="350">
57
+
<imgsrc=".github/gradio_example.png"height="350">
61
58
62
59
## Citation
63
60
If you find *M-LSD* useful in your project, please consider to cite the following paper.
0 commit comments