stevenbucaille
commited on
Commit
•
4b8fbaf
1
Parent(s):
b68e78b
Add model
Browse files- config.json +2 -10
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"add_scale_ori": false,
|
3 |
"architectures": [
|
4 |
"LightGlueForKeypointMatching"
|
5 |
],
|
@@ -8,19 +7,12 @@
|
|
8 |
"filter_threshold": 0.1,
|
9 |
"initializer_range": 0.02,
|
10 |
"keypoint_detector_config": {
|
11 |
-
"
|
12 |
-
"architectures": [
|
13 |
-
"SuperPointModel"
|
14 |
-
],
|
15 |
-
"keypoint_threshold": 0.0005,
|
16 |
-
"max_keypoints": 2048,
|
17 |
-
"model_type": "superpoint",
|
18 |
-
"torch_dtype": "float32"
|
19 |
},
|
20 |
"model_type": "lightglue",
|
21 |
"num_heads": 4,
|
22 |
"num_layers": 9,
|
23 |
"torch_dtype": "float32",
|
24 |
-
"transformers_version": "4.
|
25 |
"width_confidence": 0.99
|
26 |
}
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LightGlueForKeypointMatching"
|
4 |
],
|
|
|
7 |
"filter_threshold": 0.1,
|
8 |
"initializer_range": 0.02,
|
9 |
"keypoint_detector_config": {
|
10 |
+
"model_type": "superpoint"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
},
|
12 |
"model_type": "lightglue",
|
13 |
"num_heads": 4,
|
14 |
"num_layers": 9,
|
15 |
"torch_dtype": "float32",
|
16 |
+
"transformers_version": "4.47.0.dev0",
|
17 |
"width_confidence": 0.99
|
18 |
}
|