-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
19 lines (18 loc) · 1.51 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# add submodule when create repo
# git submodule add https://github.com/mihaidusmanu/d2-net.git crop_alignment/Hierarchical_Localization/third_party/d2net
# git submodule add https://github.com/magicleap/SuperGluePretrainedNetwork.git crop_alignment/Hierarchical_Localization/third_party/SuperGluePretrainedNetwork
# git submodule add https://github.com/naver/deep-image-retrieval.git crop_alignment/Hierarchical_Localization/third_party/deep-image-retrieval
# git submodule add https://github.com/naver/r2d2.git crop_alignment/Hierarchical_Localization/third_party/r2d2
# git submodule add https://github.com/magicleap/SuperGluePretrainedNetwork.git LoFTR/third_party/SuperGluePretrainedNetwork
[submodule "crop_alignment/Hierarchical_Localization/third_party/d2net"]
path = crop_alignment/Hierarchical_Localization/third_party/d2net
url = https://github.com/mihaidusmanu/d2-net.git
[submodule "crop_alignment/Hierarchical_Localization/third_party/SuperGluePretrainedNetwork"]
path = crop_alignment/Hierarchical_Localization/third_party/SuperGluePretrainedNetwork
url = https://github.com/magicleap/SuperGluePretrainedNetwork.git
[submodule "crop_alignment/Hierarchical_Localization/third_party/deep-image-retrieval"]
path = crop_alignment/Hierarchical_Localization/third_party/deep-image-retrieval
url = https://github.com/naver/deep-image-retrieval.git
[submodule "crop_alignment/Hierarchical_Localization/third_party/r2d2"]
path = crop_alignment/Hierarchical_Localization/third_party/r2d2
url = https://github.com/naver/r2d2.git