Vincentqyw
commited on
Commit
•
6f58dfa
1
Parent(s):
aac50d6
update: lanet
Browse files- hloc/extractors/lanet.py +1 -0
hloc/extractors/lanet.py
CHANGED
@@ -16,6 +16,7 @@ class LANet(BaseModel):
|
|
16 |
default_conf = {
|
17 |
"model_name": "v0",
|
18 |
"keypoint_threshold": 0.1,
|
|
|
19 |
}
|
20 |
required_inputs = ["image"]
|
21 |
|
|
|
16 |
default_conf = {
|
17 |
"model_name": "v0",
|
18 |
"keypoint_threshold": 0.1,
|
19 |
+
"max_keypoints": 1024,
|
20 |
}
|
21 |
required_inputs = ["image"]
|
22 |
|