Add model
Browse files- config.json +4 -0
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -2,16 +2,20 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"LightGlueForKeypointMatching"
|
| 4 |
],
|
|
|
|
| 5 |
"depth_confidence": 0.95,
|
| 6 |
"descriptor_dim": 256,
|
| 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
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"LightGlueForKeypointMatching"
|
| 4 |
],
|
| 5 |
+
"attention_probs_dropout_prob": 0,
|
| 6 |
"depth_confidence": 0.95,
|
| 7 |
"descriptor_dim": 256,
|
| 8 |
"filter_threshold": 0.1,
|
| 9 |
+
"hidden_size": 256,
|
| 10 |
"initializer_range": 0.02,
|
| 11 |
"keypoint_detector_config": {
|
| 12 |
"model_type": "superpoint"
|
| 13 |
},
|
| 14 |
"model_type": "lightglue",
|
| 15 |
+
"num_attention_heads": 4,
|
| 16 |
"num_heads": 4,
|
| 17 |
"num_layers": 9,
|
| 18 |
+
"rotary_value": false,
|
| 19 |
"torch_dtype": "float32",
|
| 20 |
"transformers_version": "4.47.0.dev0",
|
| 21 |
"width_confidence": 0.99
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87934e01272d482f500e5a820260958a768de30ced01c1146d5ecc4af5db38e4
|
| 3 |
+
size 55020316
|