Spaces:
Running
Running
Commit
·
a3e4830
1
Parent(s):
7ef25f1
Update
Browse files
app.py
CHANGED
@@ -19,20 +19,30 @@ from common.utils import (
|
|
19 |
model = "xuelunshen/gim"
|
20 |
|
21 |
DESCRIPTION = """
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
<div style="display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap;">
|
25 |
-
<div><a href="https://
|
26 |
-
<div><a href="https://xuelunshen.com/gim
|
27 |
-
<div><a href="https://
|
28 |
-
<div><a href="https://
|
29 |
-
<div><a href="https://
|
30 |
</div>
|
31 |
<p></p>
|
32 |
<div style="display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap;">
|
33 |
-
<div><a href="https://
|
34 |
-
<div><a href="https://
|
35 |
-
<div><a href="https://
|
36 |
</div>
|
37 |
|
38 |
<div style="display: flex; justify-content: center; align-items: flex-start;">
|
@@ -72,6 +82,7 @@ DESCRIPTION = """
|
|
72 |
"""
|
73 |
|
74 |
|
|
|
75 |
def ui_change_imagebox(choice):
|
76 |
"""
|
77 |
Updates the image box with the given choice.
|
|
|
19 |
model = "xuelunshen/gim"
|
20 |
|
21 |
DESCRIPTION = """
|
22 |
+
<div style="display: flex; justify-content: center; align-items: center;">
|
23 |
+
<div style="width: 100%; text-align: center; font-size: 39px;">
|
24 |
+
<strong>GIM: Learning Generalizable Image Matcher From Internet Videos</strong>
|
25 |
+
</div>
|
26 |
+
</div>
|
27 |
+
|
28 |
+
<div style="display: flex; justify-content: center; padding: 10px; align-items: center;">
|
29 |
+
<div style="width: 75%; text-align: center; background-color: #FFFFE0;">
|
30 |
+
This content/model is provided here for research purposes only. Any use beyond this is your sole responsibility and subject to your securing the necessary rights for your purpose.
|
31 |
+
</div>
|
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/Source_Code-black?logo=Github" alt='Github Source Code'></a></div>
|
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/Overview_Video-E33122?logo=Youtube" alt='Overview Video'></a></div>
|
40 |
</div>
|
41 |
<p></p>
|
42 |
<div style="display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap;">
|
43 |
+
<div><a href="https://en.xmu.edu.cn"><img src="https://img.shields.io/badge/Xiamen_University-183F9D?logo=Google%20Scholar&logoColor=white" alt='Intel'></a></div>
|
44 |
+
<div><a href="https://www.intel.com"><img src="https://img.shields.io/badge/Labs-0071C5?logo=intel" alt='Intel'></a></div>
|
45 |
+
<div><a href="https://www.dji.com"><img src="https://img.shields.io/badge/DJI-131313?logo=DJI" alt='Intel'></a></div>
|
46 |
</div>
|
47 |
|
48 |
<div style="display: flex; justify-content: center; align-items: flex-start;">
|
|
|
82 |
"""
|
83 |
|
84 |
|
85 |
+
|
86 |
def ui_change_imagebox(choice):
|
87 |
"""
|
88 |
Updates the image box with the given choice.
|