Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
TimWindecker commited on
Commit
e1cbe1f
·
verified ·
1 Parent(s): 7fb6cce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -23
README.md CHANGED
@@ -81,6 +81,11 @@ size_categories:
81
  ---
82
 
83
  <style>
 
 
 
 
 
84
  /* Headings */
85
  h1 {
86
  text-align: center;
@@ -97,7 +102,7 @@ size_categories:
97
  row-gap: 1rem;
98
  justify-content: center;
99
  text-align: center;
100
- margin-bottom: 3rem;
101
  font-size: 1.1rem;
102
  }
103
 
@@ -113,30 +118,37 @@ size_categories:
113
  .links-container a:hover {
114
  color: #1e3a8a;
115
  }
116
- </style>
117
 
118
- <div align="center">
119
-
120
- <h1><b>NaviTrace</b></h1>
121
-
122
- <div class="links-container">
123
- <a href="https://leggedrobotics.github.io/navitrace_webpage/" target="_blank">
124
- 🏠 Project
125
- </a>
126
- <a href="#TODO" target="_blank">
127
- 📄 Paper
128
- </a>
129
- <a href="#TODO" target="_blank">
130
- 💻 Code
131
- </a>
132
- <a href="https://huggingface.co/spaces/leggedrobotics/navitrace_leaderboard" target="_blank">
133
- 🏆 Leaderboard
134
- </a>
135
- </div>
136
-
137
- <img src="https://leggedrobotics.github.io/navitrace_webpage/static/images/Figure_1.png" alt="NaviTrace Overview" width="800px">
138
 
139
- ***NaviTrace** is a novel VQA benchmark for VLMs that evaluates models on their embodiment-specific understanding of navigation across challenging real-world scenarios.*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
 
141
  </div>
142
 
 
81
  ---
82
 
83
  <style>
84
+ .header-container {
85
+ display: flex;
86
+ flex-direction: column;
87
+ align-items: center;
88
+ }
89
  /* Headings */
90
  h1 {
91
  text-align: center;
 
102
  row-gap: 1rem;
103
  justify-content: center;
104
  text-align: center;
105
+ margin-bottom: 1.5rem;
106
  font-size: 1.1rem;
107
  }
108
 
 
118
  .links-container a:hover {
119
  color: #1e3a8a;
120
  }
 
121
 
122
+ /* Media Query for mobile devices */
123
+ @media (max-width: 600px) {
124
+ h1 {
125
+ font-size: 3.5rem !important; /* Adjust font size for small screens */
126
+ }
127
+ }
128
+ </style>
 
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
+ <div class="header-container">
131
+
132
+ <h1><b>NaviTrace</b></h1>
133
+
134
+ <div class="links-container">
135
+ <a href="https://leggedrobotics.github.io/navitrace_webpage/">
136
+ 🏠 Project
137
+ </a>
138
+ <a href="#TODO">
139
+ 📄 Paper
140
+ </a>
141
+ <a href="#TODO">
142
+ 💻 Code
143
+ </a>
144
+ <a href="https://huggingface.co/spaces/leggedrobotics/navitrace_leaderboard">
145
+ 🏆 Leaderboard
146
+ </a>
147
+ </div>
148
+
149
+ <img src="https://leggedrobotics.github.io/navitrace_webpage/static/images/Figure_1.png" alt="NaviTrace Overview" width="800px">
150
+
151
+ ***NaviTrace** is a novel VQA benchmark for VLMs that evaluates models on their embodiment-specific understanding of navigation across challenging real-world scenarios.*
152
 
153
  </div>
154