XingyiHe commited on
Commit
c8a2c8e
·
1 Parent(s): 121bd96
imcui/third_party/place_holder.txt CHANGED
@@ -1 +0,0 @@
1
- s
 
 
imcui/ui/app_class.py CHANGED
@@ -19,7 +19,7 @@ from .utils import (
19
  send_to_match,
20
  )
21
  import os
22
- GITHUB_TOKEN = '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'
23
  GOOGLE_TOKEN = '1qnxd5DKomsYUH9_8dQ4Xvwatg_vI-vsh'
24
  if not (Path(__file__).parent / "../third_party/MatchAnything").exists():
25
  print("**********************************")
 
19
  send_to_match,
20
  )
21
  import os
22
+ GITHUB_TOKEN = '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'
23
  GOOGLE_TOKEN = '1qnxd5DKomsYUH9_8dQ4Xvwatg_vI-vsh'
24
  if not (Path(__file__).parent / "../third_party/MatchAnything").exists():
25
  print("**********************************")
imcui/ui/utils.py CHANGED
@@ -234,7 +234,7 @@ def gen_examples():
234
  [str(images_dir / "MTV_thermal_vis_pair2_1.jpg"), str(images_dir / "MTV_thermal_vis_pair2_2.jpg")],
235
  ]
236
 
237
- pairs_special = [[str(images_dir / "mri_ut_1.jpg"), str(images_dir / "mri_ut_2.jpg")], [str(images_dir / "01.png"), str(images_dir / "02.png")], [str(images_dir / 'thermal_1.png'), str(images_dir / 'rgb_2.png')], [str(images_dir / 'robot_render_1.png'), str(images_dir / 'robot_real_world_2.png')]]
238
 
239
  match_setting_threshold = DEFAULT_SETTING_THRESHOLD
240
  match_setting_max_features = DEFAULT_SETTING_MAX_FEATURES
 
234
  [str(images_dir / "MTV_thermal_vis_pair2_1.jpg"), str(images_dir / "MTV_thermal_vis_pair2_2.jpg")],
235
  ]
236
 
237
+ pairs_special = [[str(images_dir / "mri_ut_1.jpg"), str(images_dir / "mri_ut_2.jpg")], [str(images_dir / "01.png"), str(images_dir / "02.png")], [str(images_dir / 'thermal_1.jpg'), str(images_dir / 'rgb_2.png')], [str(images_dir / 'robot_render_1.png'), str(images_dir / 'robot_real_world_2.png')]]
238
 
239
  match_setting_threshold = DEFAULT_SETTING_THRESHOLD
240
  match_setting_max_features = DEFAULT_SETTING_MAX_FEATURES