gitextract_bzvz72tp/ ├── .gitignore ├── CAPS/ │ ├── __init__.py │ ├── caps_model.py │ ├── criterion.py │ └── network.py ├── LICENSE ├── README.md ├── config.py ├── configs/ │ ├── extract_features_hpatches.yaml │ └── train_megadepth.yaml ├── dataloader/ │ ├── __init__.py │ ├── data_utils.py │ └── megadepth.py ├── environment.yml ├── extract_features.py ├── jupyter/ │ ├── functions.py │ └── visualization.ipynb ├── test/ │ └── eval_pose_megadepth.py ├── train.py └── utils.py