glue-factory-custom/gluefactory/models/matchers
Philipp Lindenberger 22154a60bc
Check for model initialization in eval (#9)
* Check for model initialization during eval

* Change from warning to assert

* change assertion to ValueError

* fix isort and rename are_weights_initialized

* cleanup set_initialized()

* fix variable name bug

* Make load_state_dict forward compatible

Co-authored-by: Paul-Edouard Sarlin <15985472+sarlinpe@users.noreply.github.com>

* Remove unused imports

---------

Co-authored-by: Paul-Edouard Sarlin <15985472+sarlinpe@users.noreply.github.com>
2023-10-10 19:46:33 +02:00
..
__init__.py Initial commit 2023-10-05 17:03:43 +02:00
adalam.py Initial commit 2023-10-05 17:03:43 +02:00
depth_matcher.py Auto sort imports (#6) 2023-10-09 08:32:43 +02:00
gluestick.py Auto sort imports (#6) 2023-10-09 08:32:43 +02:00
homography_matcher.py Auto sort imports (#6) 2023-10-09 08:32:43 +02:00
kornia_loftr.py Check for model initialization in eval (#9) 2023-10-10 19:46:33 +02:00
lightglue.py Auto sort imports (#6) 2023-10-09 08:32:43 +02:00
lightglue_pretrained.py Check for model initialization in eval (#9) 2023-10-10 19:46:33 +02:00
nearest_neighbor_matcher.py Auto sort imports (#6) 2023-10-09 08:32:43 +02:00