Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawars committed Nov 23, 2024
1 parent 7ca888e commit a522feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion hloc/extract_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@
"resize_max": 1600,
},
},

"aliked-n16-rot": {
"output": "feats-aliked-n16-rot",
"model": {
Expand Down
3 changes: 2 additions & 1 deletion hloc/extractors/aliked.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

from lightglue import ALIKED as ALIKED_


class ALIKED(BaseModel):
default_conf = {
"model_name": "aliked-n16",
Expand All @@ -28,4 +29,4 @@ def _forward(self, data):
"keypoints": [f for f in features["keypoints"]],
"scores": [f for f in features["keypoint_scores"]],
"descriptors": [f.t() for f in features["descriptors"]],
}
}

0 comments on commit a522feb

Please sign in to comment.