Realcat commited on
Commit
4123049
·
1 Parent(s): 44fac9f

fix: sp+sg

Browse files
hloc/extractors/d2net.py CHANGED
@@ -28,7 +28,7 @@ class D2Net(BaseModel):
28
  logger.info("Loading D2Net model...")
29
  model_path = self._download_model(
30
  repo_id=MODEL_REPO_ID,
31
- filename="{}/{}.pth".format(
32
  Path(__file__).stem, self.conf["model_name"]
33
  ),
34
  )
 
28
  logger.info("Loading D2Net model...")
29
  model_path = self._download_model(
30
  repo_id=MODEL_REPO_ID,
31
+ filename="{}/{}".format(
32
  Path(__file__).stem, self.conf["model_name"]
33
  ),
34
  )
third_party/SuperGluePretrainedNetwork/models/weights/superglue_indoor.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e710469be25ebe1e2ccf68edcae8b2945b0617c8e7e68412251d9d47f5052b1
3
+ size 48233807
third_party/SuperGluePretrainedNetwork/models/weights/superglue_outdoor.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f5f5e9bb3febf07b69df633c4c3ff7a17f8af26a023aae2b9303d22339195bd
3
+ size 48233807
third_party/SuperGluePretrainedNetwork/models/weights/superpoint_v1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b6708629640ca883673b5d5c097c4ddad37d8048b33f09c8ca0d69db12c40e
3
+ size 5206086