Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'lightglue' #105

Open
Hruyi001 opened this issue Aug 30, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'lightglue' #105

Hruyi001 opened this issue Aug 30, 2024 · 1 comment

Comments

@Hruyi001
Copy link

python -m gluefactory.eval.megadepth1500 --conf superpoint+lightglue-official

File "/home/ImageRegistration/glue-factory-main/gluefactory/eval/io.py", line 91, in load_model
model = get_model("two_view_pipeline")(model_conf).eval()
File "/home/ImageRegistration/glue-factory-main/gluefactory/models/base_model.py", line 86, in init
self._init(conf)
File "/home/ImageRegistration/glue-factory-main/gluefactory/models/two_view_pipeline.py", line 49, in init
self.matcher = get_model(conf.matcher.name)(to_ctr(conf.matcher))
File "/home/ImageRegistration/glue-factory-main/gluefactory/models/init.py", line 21, in get_model
return get_class(path, BaseModel)
File "/home/ImageRegistration/glue-factory-main/gluefactory/utils/tools.py", line 199, in get_class
mod = import(mod_path, fromlist=[""])
File "/home/ImageRegistration/glue-factory-main/gluefactory/models/matchers/lightglue_pretrained.py", line 1, in
from lightglue import LightGlue as LightGlue

ModuleNotFoundError: No module named 'lightglue'

@JDBSK
Copy link

JDBSK commented Dec 17, 2024

this is another authority of author`s, you could find this is the personal web of this author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants