You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: