forked from cvg/glue-factory
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix links * add sift/aliked eval configs * add SIFT/ALIKED results on megadepth * update sift config * add SIFT with 4K keypoints results * cleanup SIFT (see LightGlue) * fix compatibility with LightGlue * tiny visualization fix * fix sift kornia * Update sift configs
- Loading branch information
Showing
10 changed files
with
264 additions
and
211 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
model: | ||
name: two_view_pipeline | ||
extractor: | ||
name: extractors.aliked | ||
max_num_keypoints: 2048 | ||
detection_threshold: 0.0 | ||
matcher: | ||
name: matchers.lightglue_pretrained | ||
features: aliked | ||
depth_confidence: -1 | ||
width_confidence: -1 | ||
filter_threshold: 0.1 | ||
benchmarks: | ||
megadepth1500: | ||
data: | ||
preprocessing: | ||
side: long | ||
resize: 1600 | ||
eval: | ||
estimator: opencv | ||
ransac_th: 0.5 | ||
hpatches: | ||
eval: | ||
estimator: opencv | ||
ransac_th: 0.5 | ||
model: | ||
extractor: | ||
max_num_keypoints: 1024 # overwrite config above |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
model: | ||
name: two_view_pipeline | ||
extractor: | ||
name: extractors.sift | ||
backend: pycolmap_cuda | ||
max_num_keypoints: 4096 | ||
matcher: | ||
name: matchers.lightglue_pretrained | ||
features: sift | ||
depth_confidence: -1 | ||
width_confidence: -1 | ||
filter_threshold: 0.1 | ||
benchmarks: | ||
megadepth1500: | ||
data: | ||
preprocessing: | ||
side: long | ||
resize: 1600 | ||
eval: | ||
estimator: opencv | ||
ransac_th: 0.5 | ||
hpatches: | ||
eval: | ||
estimator: opencv | ||
ransac_th: 0.5 | ||
model: | ||
extractor: | ||
max_num_keypoints: 1024 # overwrite config above |
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
Oops, something went wrong.