Skip to content

Commit 8075f1e

Browse files
authored
Update index.html
1 parent 159f3c5 commit 8075f1e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,22 +284,23 @@ <h2>Task Definition</h2>
284284

285285
<h2>Paper</h2>
286286
<div class="resources">
287-
<a href="https://arxiv.org/abs/2410.05869" target="_blank" aria-label="View on arXiv">
287+
<a href="https://arxiv.org/abs/2410.05869" target="_blank">
288288
<img src="https://img.shields.io/badge/Read%20Paper-arXiv-red?style=for-the-badge&logo=arxiv" alt="Read Paper">
289289
</a>
290-
<a href="https://arxiv.org/pdf/2410.05869.pdf" target="_blank">
291-
<img src="https://arxiv.org/pdf/2410.05869.pdf#page=1" alt="ArXiv Preview" style="max-width: 100%; width: 100%; border: 1px solid #ccc; border-radius: 8px; margin-top: 12px;">
292-
</a>
293290
</div>
294291

295292
<h2>Code</h2>
296293
<div class="resources">
297-
<a href="#" aria-label="Code Coming Soon">
298-
<img src="https://img.shields.io/badge/Code-Coming%20Soon-blue?style=for-the-badge&logo=github" alt="Code Coming Soon">
294+
<a href="https://github.com/1ssb/UOD" target="_blank">
295+
<img src="https://img.shields.io/badge/View%20on%20GitHub-UOD-blue?style=for-the-badge&logo=github" alt="View on GitHub">
299296
</a>
297+
<p style="margin-top: 10px;">
298+
Codebase is being released in stages. Metrics implementation now available.
299+
</p>
300300
</div>
301301

302302

303+
303304
<h2>Results</h2>
304305
<figure class="zoom-container">
305306
<img id="results-image" src="assets/images/results.png" alt="Detection Results" class="zoomable-image" loading="lazy">

0 commit comments

Comments
 (0)