bag-lab commited on
Commit
702b774
·
verified ·
1 Parent(s): 802ccec

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -89
index.html CHANGED
@@ -69,40 +69,20 @@
69
  <div class="column has-text-centered">
70
  <h1 class="title is-1 publication-title">MARS: A Foundational Map Auto-Regressor.</h1>
71
  <h3 class="is-size-4 has-text-weight-bold" style="color: orange;">
72
- <!-- Accepted to NeurIPS 2024 Video-Language Modelling Workshop! -->
73
  </h3>
74
  <h3 class="is-size-4 has-text-weight-bold" style="color: orange;">
75
- <!-- Accepted to WACV 2025! -->
76
  </h3>
77
- <!-- <div class="is-size-5 publication-authors">
78
- <span class="author-block">
79
- <a href="https://sites.google.com/view/rupanjali-kukal/home">Rupanjali Kukal</a>,</span>
80
- <span class="author-block">
81
- <a href="https://www.linkedin.com/in/patravali">Jay Patravali</a>,</span>
82
- <span class="author-block">
83
- <a href="https://sites.google.com/site/yfuxun">Fuxun Yu</a>,
84
- </span>
85
- <span class="author-block">
86
- <a href="">Simranjit Singh</a>,
87
- </span>
88
- <span class="author-block">
89
- <a href="https://www.linkedin.com/in/nikolaos-karianakis-4016242b?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app">Nikoloas Karianakis</a>,
90
- </span>
91
- <span class="author-block">
92
- <a href="https://www.linkedin.com/in/rishi-madhok-91663b82?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app">Rishi Madhok</a>,
93
- </span>
94
- </div> -->
95
 
96
  <div class="is-size-5 publication-authors">
97
  <span class="author-block"><sup></sup> </span>
98
- <!-- <span class="author-block"><sup>2</sup>Google Research</span> -->
99
  </div>
100
 
101
  <div class="column has-text-centered">
102
  <div class="publication-links">
103
  <!-- PDF Link. -->
104
  <span class="link-block">
105
- <a href="https://openaccess.thecvf.com/content/WACV2025/papers/Kukal_ClickDescribe_Multimodal_Grounding_and_Tracking_for_Aerial_Objects_WACV_2025_paper.pdf"
106
  class="external-link button is-normal is-rounded is-dark">
107
  <span class="icon">
108
  <i class="fas fa-file-pdf"></i>
@@ -110,25 +90,6 @@
110
  <span>Paper</span>
111
  </a>
112
  </span>
113
- <!-- <span class="link-block">
114
- <a href="https://arxiv.org/abs/2011.12948"
115
- class="external-link button is-normal is-rounded is-dark">
116
- <span class="icon">
117
- <i class="ai ai-arxiv"></i>
118
- </span>
119
- <span>arXiv</span>
120
- </a>
121
- </span> -->
122
- <!-- Video Link.
123
- <span class="link-block">
124
- <a href="https://www.youtube.com/watch?v=MrKrnHhk8IA"
125
- class="external-link button is-normal is-rounded is-dark">
126
- <span class="icon">
127
- <i class="fab fa-youtube"></i>
128
- </span>
129
- <span>Video</span>
130
- </a>
131
- </span> -->
132
  <!-- Code Link. -->
133
  <span class="link-block">
134
  <a href=""
@@ -431,22 +392,6 @@ from the final predictions, which is common for various small map elements.
431
  });
432
  </script>
433
 
434
- <!--
435
- <section class="section" id="BibTeX">
436
- <div class="container is-max-desktop content">
437
- <h2 class="title">BibTeX</h2>
438
- <pre><code>@InProceedings{Kukal_2025_WACV,
439
- author = {Kukal, Rupanjali and Patravali, Jay and Yu, Fuxun and Singh, Simranjit and Karianakis, Nikolaos and Madhok, Rishi},
440
- title = {Click\&Describe: Multimodal Grounding and Tracking for Aerial Objects},
441
- booktitle = {Proceedings of the Winter Conference on Applications of Computer Vision (WACV)},
442
- month = {February},
443
- year = {2025},
444
- pages = {6011-6021}
445
- }</code></pre>
446
- </div>
447
- </section> -->
448
-
449
-
450
 
451
  <section class="section" id="Stroke Visualizations">
452
  <div class="container is-max-desktop">
@@ -764,38 +709,6 @@ from the final predictions, which is common for various small map elements.
764
  </section>
765
 
766
 
767
- <footer class="footer">
768
- <div class="container">
769
- <div class="content has-text-centered">
770
- <a class="icon-link"
771
- href="./static/videos/nerfies_paper.pdf">
772
- <i class="fas fa-file-pdf"></i>
773
- </a>
774
- <a class="icon-link" href="https://github.com/keunhong" class="external-link" disabled>
775
- <i class="fab fa-github"></i>
776
- </a>
777
- </div>
778
- <div class="columns is-centered">
779
- <div class="column is-8">
780
- <div class="content">
781
- <p>
782
- This website is licensed under a <a rel="license"
783
- href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
784
- Commons Attribution-ShareAlike 4.0 International License</a>.
785
- </p>
786
- <p>
787
- If you use the source code of this website <a
788
- href="https://github.com/RupanjaliKukal/Click-Describe-Multimodal-Grounding-and-Tracking-for-Aerial-Objects.git">source code</a>, please also link back <a
789
- href="https://github.com/nerfies/nerfies.github.io"> Nerfies source code</a> in your footer.
790
- </p>
791
- </div>
792
- </div>
793
- </div>
794
- </div>
795
- </footer>
796
-
797
-
798
-
799
 
800
  </body>
801
  </html>
 
69
  <div class="column has-text-centered">
70
  <h1 class="title is-1 publication-title">MARS: A Foundational Map Auto-Regressor.</h1>
71
  <h3 class="is-size-4 has-text-weight-bold" style="color: orange;">
 
72
  </h3>
73
  <h3 class="is-size-4 has-text-weight-bold" style="color: orange;">
 
74
  </h3>
75
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
 
77
  <div class="is-size-5 publication-authors">
78
  <span class="author-block"><sup></sup> </span>
 
79
  </div>
80
 
81
  <div class="column has-text-centered">
82
  <div class="publication-links">
83
  <!-- PDF Link. -->
84
  <span class="link-block">
85
+ <a href="https://openreview.net/pdf?id=QV4sV5cbLl"
86
  class="external-link button is-normal is-rounded is-dark">
87
  <span class="icon">
88
  <i class="fas fa-file-pdf"></i>
 
90
  <span>Paper</span>
91
  </a>
92
  </span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  <!-- Code Link. -->
94
  <span class="link-block">
95
  <a href=""
 
392
  });
393
  </script>
394
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
395
 
396
  <section class="section" id="Stroke Visualizations">
397
  <div class="container is-max-desktop">
 
709
  </section>
710
 
711
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
712
 
713
  </body>
714
  </html>