Spaces:
Runtime error
Runtime error
Zhao Xiaoming
commited on
Commit
·
26b3a75
1
Parent(s):
64abe77
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
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
|
4 |
|
5 |
> ```
|
6 |
> Xiaoming Zhao, Xingming Wu, Jinyu Miao, Weihai Chen, Peter C. Y. Chen, Zhengguo Li, "ALIKE: Accurate and Lightweight Keypoint
|
@@ -109,4 +109,4 @@ python demo.py assets/tum
|
|
109 |
```
|
110 |
|
111 |
|
112 |
-
For more details, please refer to the [paper](https://arxiv.org/abs/2112.02906).
|
|
|
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).
|
4 |
|
5 |
> ```
|
6 |
> Xiaoming Zhao, Xingming Wu, Jinyu Miao, Weihai Chen, Peter C. Y. Chen, Zhengguo Li, "ALIKE: Accurate and Lightweight Keypoint
|
|
|
109 |
```
|
110 |
|
111 |
|
112 |
+
For more details, please refer to the [paper](https://arxiv.org/abs/2112.02906).
|