xuelunshen commited on
Commit
2fd71c7
·
verified ·
1 Parent(s): d5f80b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -10,16 +10,16 @@ tags:
10
  <strong>GIM: Learning Generalizable Image Matcher From Internet Videos</strong>
11
  </div>
12
  </div>
13
- <table style="margin: 0;" cellpadding="0" cellspacing="0">
14
- <tbody><tr>
15
- <td><a target="_blank" rel="nofollow" href="https://iclr.cc/Conferences/2024"><img style="margin: 0;" alt="ICLR 2024 Spotlight" src="https://img.shields.io/badge/%F0%9F%8C%9F_ICLR'2024_Spotlight-37414c"></a></td>
16
- <td><a target="_blank" rel="nofollow" href="https://xuelunshen.com/gim"><img style="margin: 0;" alt="Project Page" src="https://img.shields.io/badge/Project_Page-3A464E?logo=gumtree"></a></td>
17
- <td><a target="_blank" rel="nofollow" href="https://github.com/xuelunshen/gim"><img style="margin: 0;" alt="Github Source Code" src="https://img.shields.io/badge/Source_Code-black?logo=Github"></a></td>
18
- <td><a target="_blank" rel="nofollow" href="https://arxiv.org/abs/2402.11095"><img style="margin: 0;" alt="arxiv" src="https://img.shields.io/badge/arXiv-2402.11095-b31b1b?logo=arxiv"></a></td>
19
- <td><a target="_blank" rel="nofollow" href="https://www.youtube.com/watch?v=FU_MJLD8LeY"><img style="margin: 0;" alt="Overview Video" src="https://img.shields.io/badge/Overview_Video-E33122?logo=Youtube"></a></td>
20
- </tr></tbody>
21
  </table>
22
- <div align="center"><a href="https://www.youtube.com/watch?v=FU_MJLD8LeY"><img src="video.png" alt="Overview Video Page" style="margin: 0; width: 75%;"></a></div>
23
  <div style="display: flex; justify-content: center; padding: 10px; align-items: left;">
24
  <div style="width: 100%; text-align: left; background-color: #FFFFFF;">
25
  We propose GIM, a self-training framework for learning a single generalizable model based on any image matching architecture using internet videos, an abundant and diverse data source.
 
10
  <strong>GIM: Learning Generalizable Image Matcher From Internet Videos</strong>
11
  </div>
12
  </div>
13
+ <table cellspacing="0" cellpadding="0" style="margin: 0;">
14
+ <tr>
15
+ <td><a href="https://iclr.cc/Conferences/2024" target="_blank"><img src="https://img.shields.io/badge/%F0%9F%8C%9F_ICLR'2024_Spotlight-37414c" alt="ICLR 2024 Spotlight" style="margin: 0;"></a></td>
16
+ <td><a href="https://xuelunshen.com/gim" target="_blank"><img src="https://img.shields.io/badge/Project_Page-3A464E?logo=gumtree" alt="Project Page" style="margin: 0;"></a></td>
17
+ <td><a href="https://github.com/xuelunshen/gim" target="_blank"><img src="https://img.shields.io/badge/Source_Code-black?logo=Github" alt="Github Source Code" style="margin: 0;"></a></td>
18
+ <td><a href="https://arxiv.org/abs/2402.11095" target="_blank"><img src="https://img.shields.io/badge/arXiv-2402.11095-b31b1b?logo=arxiv" alt="arxiv" style="margin: 0;"></a></td>
19
+ <td><a href="https://www.youtube.com/watch?v=FU_MJLD8LeY" target="_blank"><img src="https://img.shields.io/badge/Overview_Video-E33122?logo=Youtube" alt="Overview Video" style="margin: 0;"></a></td>
20
+ </tr>
21
  </table>
22
+ <div align="center"><a href="https://www.youtube.com/watch?v=FU_MJLD8LeY" target="_blank"><img src="video.png" alt="Overview Video Page" style="margin: 0; width: 75%;"></a></div>
23
  <div style="display: flex; justify-content: center; padding: 10px; align-items: left;">
24
  <div style="width: 100%; text-align: left; background-color: #FFFFFF;">
25
  We propose GIM, a self-training framework for learning a single generalizable model based on any image matching architecture using internet videos, an abundant and diverse data source.