OpenGlue
Open Source Graph Neural Net Based Pipeline for Image Matching
File Explorer
Download Latest Version (.zip)- megadepth_train_2.0.txt
- megadepth_train_scenes.txt
- megadepth_valid_2.0.txt
- megadepth_validation_scenes.txt
- dog_opencv_affnet_hardnet.yaml
- sift_opencv.yaml
- superpoint_coco.yaml
- superpoint_kitti.yaml
- superpoint_magicleap.yaml
- gftt_affnet_hardnet.yaml
- sift.yaml
- superpoint_coco.yaml
- superpoint_kitti.yaml
- superpoint_magicleap.yaml
- config.yaml
- config_cached.yaml
- config_cached_sp_magicleap.yaml
- homography_pretraining.yaml
- __init__.py
- explore_megadepth.py
- megadepth_balanced_sampler.py
- megadepth_datamodule.py
- megadepth_dataset.py
- oxford_paris_datamodule.py
- oxford_paris_dataset.py
- openglue.png
- __init__.py
- _features.py
- _features_torch.py
- base.py
- dog_affnet_harnet.py
- torch_wrapper.py
- __init__.py
- model.py
- utils.py
- __init__.py
- base.py
- hardnet.py
- iterative_features_extractor.py
- sift.py
- utils.py
- __init__.py
- attention.py
- attention_gnn.py
- optimal_transport.py
- positional_encoding.py
- superglue.py
- __init__.py
- gt_matches_generation.py
- laf_converter.py
- matching_module.py
- utils.py
- __init__.py
- augmentations.py
- lightning_callbacks.py
- losses.py
- metrics.py
- misc.py
- train_utils.py
- .gitignore
- CONFIGURATIONS.md
- extract_features.py
- inference.py
- LICENSE
- pretrain_homography.py
- README.md
- requirements.txt
- train.py
- train_cached.py
# Installation Guide
1. Get the code
git clone https://github.com/ucuapps/OpenGlue
Downloads the entire project code from GitHub to your computer.
cd OpenGlue
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip3 install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
