- Feature Extractor
- Feature Descriptor
- Feature Matcher
- Transformation Calculator
If you use the compressed file (resources.7z) included in the repository, extract it with the following command:
7z x ./resources.7z
# or
7za x ./resources.7zNote: You may need to install 7z if it is not already available:
sudo apt install p7zip-fullThe extracted files will be placed in the appropriate directory (e.g., resources/weights).
Alternatively, you can download the official model file from the GlueStick repository:
wget https://github.com/cvg/GlueStick/releases/download/v0.1_arxiv/checkpoint_GlueStick_MD.tar -P resources/weights