Spaces:
Build error
Build error
edits
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def match(query_feat, pos_feat, LoweRatioTh=0.9):
|
|
84 |
|
85 |
col = plt.get_cmap('tab10')
|
86 |
|
87 |
-
def generate_matching_superfeatures(im1, im2, scale_id=6, threshold=50, sf_ids='', only_matching):
|
88 |
print('im1:', im1.size)
|
89 |
print('im2:', im2.size)
|
90 |
# which sf
|
|
|
84 |
|
85 |
col = plt.get_cmap('tab10')
|
86 |
|
87 |
+
def generate_matching_superfeatures(im1, im2, scale_id=6, threshold=50, sf_ids='', only_matching=True):
|
88 |
print('im1:', im1.size)
|
89 |
print('im2:', im2.size)
|
90 |
# which sf
|