Spaces:
Runtime error
Runtime error
update:sift and update lightglue
Browse files- common/config.yaml +1 -1
- common/utils.py +0 -1
common/config.yaml
CHANGED
|
@@ -40,7 +40,7 @@ matcher_zoo:
|
|
| 40 |
project: https://dust3r.europe.naverlabs.com
|
| 41 |
display: true
|
| 42 |
GIM(dkm):
|
| 43 |
-
enable:
|
| 44 |
matcher: gim(dkm)
|
| 45 |
dense: true
|
| 46 |
info:
|
|
|
|
| 40 |
project: https://dust3r.europe.naverlabs.com
|
| 41 |
display: true
|
| 42 |
GIM(dkm):
|
| 43 |
+
enable: true
|
| 44 |
matcher: gim(dkm)
|
| 45 |
dense: true
|
| 46 |
info:
|
common/utils.py
CHANGED
|
@@ -275,7 +275,6 @@ def gen_examples():
|
|
| 275 |
# image pair path
|
| 276 |
pairs = gen_images_pairs()
|
| 277 |
pairs += gen_rot_image_pairs()
|
| 278 |
-
pairs += gen_scale_image_pairs()
|
| 279 |
pairs += gen_image_pairs_wxbs()
|
| 280 |
|
| 281 |
match_setting_threshold = DEFAULT_SETTING_THRESHOLD
|
|
|
|
| 275 |
# image pair path
|
| 276 |
pairs = gen_images_pairs()
|
| 277 |
pairs += gen_rot_image_pairs()
|
|
|
|
| 278 |
pairs += gen_image_pairs_wxbs()
|
| 279 |
|
| 280 |
match_setting_threshold = DEFAULT_SETTING_THRESHOLD
|