Spaces:
Runtime error
Runtime error
Vincentqyw
commited on
Commit
·
4e5d86d
1
Parent(s):
9356740
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 |
|