Skip to content

Commit

Permalink
update: sfd2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincentqyw committed Aug 21, 2024
1 parent 75fcc9d commit 724a495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions hloc/extractors/sfd2.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
sys.path.append(str(tp_path))
from pram.nets.sfd2 import load_sfd2


class SFD2(BaseModel):
default_conf = {
"max_keypoints": 4096,
Expand Down
6 changes: 2 additions & 4 deletions ui/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,7 @@ matcher_zoo:
display: true

sfd2+imp:
enable: false
skip_ci: true
enable: true
matcher: imp
feature: sfd2
dense: false
Expand All @@ -395,8 +394,7 @@ matcher_zoo:
display: true

sfd2+mnn:
enable: false
skip_ci: true
enable: true
matcher: NN-mutual
feature: sfd2
dense: false
Expand Down

0 comments on commit 724a495

Please sign in to comment.