-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SIFT and ALIKED extractors + weights (#75)
Release of SIFT+LightGlue and ALIKED+LightGlue weights #5, #51 --------- Co-authored-by: Paul-Edouard Sarlin <[email protected]>
- Loading branch information
Showing
8 changed files
with
1,057 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
from .aliked import ALIKED # noqa | ||
from .disk import DISK # noqa | ||
from .lightglue import LightGlue # noqa | ||
from .sift import SIFT # noqa | ||
from .superpoint import SuperPoint # noqa | ||
from .utils import match_pair # noqa |
Oops, something went wrong.