Spaces:
Runtime error
Runtime error
Shiaoming
commited on
Commit
·
fcc7404
1
Parent(s):
64abe77
update readme
Browse files- README.md +8 -5
- assets/alike.png +0 -0
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
|
@@ -14,10 +14,13 @@ If you use ALIKE in an academic work, please cite:
|
|
14 |
|
15 |
```
|
16 |
@article{Zhao2022ALIKE,
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
21 |
}
|
22 |
```
|
23 |
|
|
|
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
|
|
|
14 |
|
15 |
```
|
16 |
@article{Zhao2022ALIKE,
|
17 |
+
title = {ALIKE: Accurate and Lightweight Keypoint Detection and Descriptor Extraction},
|
18 |
+
url = {http://arxiv.org/abs/2112.02906},
|
19 |
+
doi = {10.1109/TMM.2022.3155927},
|
20 |
+
journal = {IEEE Transactions on Multimedia},
|
21 |
+
author = {Zhao, Xiaoming and Wu, Xingming and Miao, Jinyu and Chen, Weihai and Chen, Peter C. Y. and Li, Zhengguo},
|
22 |
+
month = march,
|
23 |
+
year = {2022},
|
24 |
}
|
25 |
```
|
26 |
|
assets/alike.png
CHANGED
![]() |
![]() |