YannisK commited on
Commit
881aeeb
1 Parent(s): 36eb9c8
Files changed (1) hide show
  1. app.py +1 -1
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