Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray2OUC authored Feb 13, 2023
1 parent cdfb09b commit df621bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The core implementation of HIFT is shown in HIFT_core.py

# DEMO:SIFT+HIFT
1. We provide the image matching demo of using SIFT keypoints and HIFT descriptor in demo.ipynb.
2. We provide the demo of exporting SIFT keypoints and AANet descriptor in export_descriptor_sift.py, and it can be easily modified to other off-the-shelf detectors and matchers for evaluation.
2. We provide the demo of exporting SIFT keypoints and HIFT descriptor in export_descriptor_sift.py, and it can be easily modified to other off-the-shelf detectors and matchers for evaluation.
```
CUDA_VISIBLE_DEVICES=0 python export_descriptor_sift.py
```
Expand Down

0 comments on commit df621bd

Please sign in to comment.