Add model
Browse files- README.md +1 -1
- config.json +0 -2
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
inference: false
|
| 4 |
license: other
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# SuperGlue
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
|
|
|
| 3 |
license: other
|
| 4 |
+
inference: false
|
| 5 |
---
|
| 6 |
|
| 7 |
# SuperGlue
|
config.json
CHANGED
|
@@ -4,7 +4,6 @@
|
|
| 4 |
"SuperGlueForKeypointMatching"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0,
|
| 7 |
-
"descriptor_dim": 256,
|
| 8 |
"gnn_layers_types": [
|
| 9 |
"self",
|
| 10 |
"cross",
|
|
@@ -39,7 +38,6 @@
|
|
| 39 |
"matching_threshold": 0.2,
|
| 40 |
"model_type": "superglue",
|
| 41 |
"num_attention_heads": 4,
|
| 42 |
-
"num_heads": 4,
|
| 43 |
"sinkhorn_iterations": 100,
|
| 44 |
"torch_dtype": "float32",
|
| 45 |
"transformers_version": "4.47.0.dev0"
|
|
|
|
| 4 |
"SuperGlueForKeypointMatching"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0,
|
|
|
|
| 7 |
"gnn_layers_types": [
|
| 8 |
"self",
|
| 9 |
"cross",
|
|
|
|
| 38 |
"matching_threshold": 0.2,
|
| 39 |
"model_type": "superglue",
|
| 40 |
"num_attention_heads": 4,
|
|
|
|
| 41 |
"sinkhorn_iterations": 100,
|
| 42 |
"torch_dtype": "float32",
|
| 43 |
"transformers_version": "4.47.0.dev0"
|