Spaces:
Running
Running
Commit
·
a4c22a1
1
Parent(s):
ee82ab9
Update
Browse files
app.py
CHANGED
@@ -32,11 +32,13 @@ DESCRIPTION = """
|
|
32 |
</div>
|
33 |
|
34 |
<div style="display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap;">
|
35 |
-
<div><a href="https://iclr.cc/Conferences/2024"><img src="https://img.shields.io/badge/%F0%9F%8C%9F_ICLR'2024_Spotlight-37414c" alt='ICLR 2024 Spotlight'></a></div>
|
36 |
<div><a href="https://xuelunshen.com/gim"><img src="https://img.shields.io/badge/Project_Page-3A464E?logo=gumtree" alt='Project Page'></a></div>
|
37 |
-
<div><a href="https://github.com/xuelunshen/gim"><img src="https://img.shields.io/badge/
|
38 |
<div><a href="https://arxiv.org/abs/2402.11095"><img src="https://img.shields.io/badge/arXiv-2402.11095-b31b1b?logo=arxiv" alt='arxiv'></a></div>
|
39 |
-
<div><a href="https://www.youtube.com/watch?v=FU_MJLD8LeY"><img src="https://img.shields.io/badge/
|
|
|
|
|
|
|
40 |
</div>
|
41 |
<p></p>
|
42 |
<div style="display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap;">
|
@@ -196,7 +198,7 @@ def run(config):
|
|
196 |
maximum=10000,
|
197 |
step=10,
|
198 |
label="Max features",
|
199 |
-
value=
|
200 |
)
|
201 |
# TODO: add line settings
|
202 |
with gr.Row():
|
@@ -205,7 +207,7 @@ def run(config):
|
|
205 |
maximum=1,
|
206 |
step=0.001,
|
207 |
label="Keypoint thres.",
|
208 |
-
value=0.
|
209 |
)
|
210 |
detect_line_threshold = gr.Slider(
|
211 |
minimum=0.1,
|
|
|
32 |
</div>
|
33 |
|
34 |
<div style="display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap;">
|
|
|
35 |
<div><a href="https://xuelunshen.com/gim"><img src="https://img.shields.io/badge/Project_Page-3A464E?logo=gumtree" alt='Project Page'></a></div>
|
36 |
+
<div><a href="https://github.com/xuelunshen/gim"><img src="https://img.shields.io/badge/Code-black?logo=Github" alt='Github Source Code'></a></div>
|
37 |
<div><a href="https://arxiv.org/abs/2402.11095"><img src="https://img.shields.io/badge/arXiv-2402.11095-b31b1b?logo=arxiv" alt='arxiv'></a></div>
|
38 |
+
<div><a href="https://www.youtube.com/watch?v=FU_MJLD8LeY"><img src="https://img.shields.io/badge/Video-E33122?logo=Youtube" alt='Overview Video'></a></div>
|
39 |
+
<div><a href="https://community.intel.com/t5/Blogs/Tech-Innovation/Artificial-Intelligence-AI/Intel-Labs-Research-Work-Receives-Spotlight-Award-at-Top-AI/post/1575985"><img src="https://img.shields.io/badge/Blog-0071C5?logo=googledocs&logoColor=white" alt='Blog'></a></div>
|
40 |
+
<div><a href="https://zhuanlan.zhihu.com/p/711361901"><img src="https://img.shields.io/badge/Zhihu-1767F5?logo=zhihu&logoColor=white" alt='Blog'></a></div>
|
41 |
+
<div></div>
|
42 |
</div>
|
43 |
<p></p>
|
44 |
<div style="display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap;">
|
|
|
198 |
maximum=10000,
|
199 |
step=10,
|
200 |
label="Max features",
|
201 |
+
value=4096,
|
202 |
)
|
203 |
# TODO: add line settings
|
204 |
with gr.Row():
|
|
|
207 |
maximum=1,
|
208 |
step=0.001,
|
209 |
label="Keypoint thres.",
|
210 |
+
value=0.01,
|
211 |
)
|
212 |
detect_line_threshold = gr.Slider(
|
213 |
minimum=0.1,
|