Update index.html
Browse files- index.html +4 -3
index.html
CHANGED
|
@@ -24,9 +24,10 @@
|
|
| 24 |
<p><strong>GPU-Resident Deterministic SIFT for Deep Learning Vision Pipelines</strong></p>
|
| 25 |
|
| 26 |
<div class="links">
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
|
|
|
| 30 |
</div>
|
| 31 |
|
| 32 |
<p>A pure-Python, GPU-resident SIFT implementation that matches OpenCV SIFT accuracy while running <strong>26%
|
|
|
|
| 24 |
<p><strong>GPU-Resident Deterministic SIFT for Deep Learning Vision Pipelines</strong></p>
|
| 25 |
|
| 26 |
<div class="links">
|
| 27 |
+
|
| 28 |
+
<a class="paper" href="https://arxiv.org/abs/2605.17869" target="_blank" rel="noopener">arXiv Paper</a>
|
| 29 |
+
<a href="https://github.com/SivaIITM/PySIFT" target="_blank" rel="noopener">GitHub Code</a>
|
| 30 |
+
<a class="pypi" href="https://pypi.org/project/staysift/" target="_blank" rel="noopener">pip install staysift</a>
|
| 31 |
</div>
|
| 32 |
|
| 33 |
<p>A pure-Python, GPU-resident SIFT implementation that matches OpenCV SIFT accuracy while running <strong>26%
|