Closed eyildiz-ugoe closed 3 months ago
Yes, these are known bugs, so some algorithms are temporarily disabled in the config file. There are conflicts in importing packages. I will fix it in the future. By the way, if you have already found a solution, please submit a PR. Another known bug: https://github.com/Vincentqyw/image-matching-webui/issues/57
So I tried all combinations in the config file, and so far I was able to get all running except for these:
###############THESE WONT WORK FOR NOW#####################
gluestick:
enable: false
matcher: gluestick
dense: true
info:
name: GlueStick #dispaly name
source: "ICCV 2023"
github: https://github.com/cvg/GlueStick
paper: https://arxiv.org/abs/2304.02008
project: https://iago-suarez.com/gluestick
display: true
sold2:
enable: false
matcher: sold2
dense: true
info:
name: SOLD2 #dispaly name
source: "CVPR 2021"
github: https://github.com/cvg/SOLD2
paper: https://arxiv.org/abs/2104.03362
project: null
display: true
sfd2+imp:
enable: false
skip_ci: true
matcher: imp
feature: sfd2
dense: false
info:
name: SFD2+IMP #dispaly name
source: "CVPR 2023"
github: https://github.com/feixue94/imp-release
paper: https://arxiv.org/pdf/2304.14837
project: https://feixue94.github.io/
display: true
#########################################################
These threw some error regarding visualization, and I couldn't fix it as I had to delve deeper. Perhaps I can share those bugs too as separate issues.
Fixed sfd2+imp: https://github.com/Vincentqyw/image-matching-webui/pull/63
🐛 Bug Report
🔬 How To Reproduce
Enable all methods in the config file and run
python test_app_cli.py
Environment