LChambon commited on
Commit
d7e3d51
Β·
1 Parent(s): 373d67f
Files changed (1) hide show
  1. app.py +13 -3
app.py CHANGED
@@ -181,12 +181,22 @@ with gr.Blocks(title="NAF: Zero-Shot Feature Upsampling") as demo:
181
  <h1 class="title-text" style="font-size: 3rem; margin-bottom: 0.5rem;">
182
  🎯 NAF: Zero-Shot Feature Upsampling
183
  </h1>
184
- <p style="font-size: 1.2rem; color: #666; margin-bottom: 1rem;">
185
  via Neighborhood Attention Filtering
186
  </p>
 
 
 
 
 
 
 
 
 
 
187
  <div class="info-box" style="max-width: 900px; margin: 0 auto;">
188
  <p style="font-size: 1.1rem; margin-bottom: 0.8rem;">
189
- πŸš€ <strong>Upsample features from any Vision Foundation Model to any resolution!</strong>
190
  </p>
191
  <p style="font-size: 0.95rem; margin: 0;">
192
  Upload an image, select a model, choose your target resolution, and see NAF in action.
@@ -276,7 +286,7 @@ with gr.Blocks(title="NAF: Zero-Shot Feature Upsampling") as demo:
276
  style="margin: 0 1rem; text-decoration: none; color: #667eea; font-weight: bold;">
277
  πŸ“¦ GitHub Repository
278
  </a>
279
- <a href="https://arxiv.org/abs/2501.01535" target="_blank"
280
  style="margin: 0 1rem; text-decoration: none; color: #667eea; font-weight: bold;">
281
  πŸ“„ Research Paper
282
  </a>
 
181
  <h1 class="title-text" style="font-size: 3rem; margin-bottom: 0.5rem;">
182
  🎯 NAF: Zero-Shot Feature Upsampling
183
  </h1>
184
+ <p style="font-size: 1.2rem; color: #666; margin-bottom: 0.5rem;">
185
  via Neighborhood Attention Filtering
186
  </p>
187
+ <div style="margin-bottom: 1rem;">
188
+ <a href="https://github.com/valeoai/NAF" target="_blank"
189
+ style="margin: 0 0.5rem; text-decoration: none; color: #667eea; font-weight: bold;">
190
+ πŸ“¦ Code
191
+ </a>
192
+ <a href="https://arxiv.org/abs/2511.18452" target="_blank"
193
+ style="margin: 0 0.5rem; text-decoration: none; color: #667eea; font-weight: bold;">
194
+ πŸ“„ Paper
195
+ </a>
196
+ </div>
197
  <div class="info-box" style="max-width: 900px; margin: 0 auto;">
198
  <p style="font-size: 1.1rem; margin-bottom: 0.8rem;">
199
+ πŸš€ <strong>Upsample features from any Vision Foundation Model to any resolution using a single upsampler!</strong>
200
  </p>
201
  <p style="font-size: 0.95rem; margin: 0;">
202
  Upload an image, select a model, choose your target resolution, and see NAF in action.
 
286
  style="margin: 0 1rem; text-decoration: none; color: #667eea; font-weight: bold;">
287
  πŸ“¦ GitHub Repository
288
  </a>
289
+ <a href="https://arxiv.org/abs/2511.18452" target="_blank"
290
  style="margin: 0 1rem; text-decoration: none; color: #667eea; font-weight: bold;">
291
  πŸ“„ Research Paper
292
  </a>