Spaces:
Runtime error
Runtime error
Zhao Xiaoming
commited on
Commit
·
35bfce9
1
Parent(s):
f84cfad
release alike-cpp
Browse files
README.md
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
# ALIKE: Accurate and Lightweight Keypoint Detection and Descriptor Extraction
|
2 |
|
3 |
ALIKE applies a differentiable keypoint detection module to detect accurate sub-pixel keypoints. The network can run at 95 frames per second for 640 x 480 images on NVIDIA Titan X (Pascal) GPU and achieve equivalent performance with the state-of-the-arts. ALIKE benefits real-time applications in resource-limited platforms/devices. Technical details are described in [this paper](https://arxiv.org/pdf/2112.02906.pdf).
|
|
|
1 |
+
# News: the cpp version is released [ALIKE-cpp](https://github.com/Shiaoming/ALIKE-cpp).
|
2 |
+
|
3 |
# ALIKE: Accurate and Lightweight Keypoint Detection and Descriptor Extraction
|
4 |
|
5 |
ALIKE applies a differentiable keypoint detection module to detect accurate sub-pixel keypoints. The network can run at 95 frames per second for 640 x 480 images on NVIDIA Titan X (Pascal) GPU and achieve equivalent performance with the state-of-the-arts. ALIKE benefits real-time applications in resource-limited platforms/devices. Technical details are described in [this paper](https://arxiv.org/pdf/2112.02906.pdf).
|