Upload config
Browse files- config.json +2 -8
config.json
CHANGED
|
@@ -25,12 +25,7 @@
|
|
| 25 |
],
|
| 26 |
"initializer_range": 0.02,
|
| 27 |
"keypoint_detector_config": {
|
| 28 |
-
"
|
| 29 |
-
"architectures": [
|
| 30 |
-
"SuperPointModel"
|
| 31 |
-
],
|
| 32 |
-
"model_type": "superpoint",
|
| 33 |
-
"torch_dtype": "float32"
|
| 34 |
},
|
| 35 |
"keypoint_encoder_sizes": [
|
| 36 |
32,
|
|
@@ -42,6 +37,5 @@
|
|
| 42 |
"model_type": "superglue",
|
| 43 |
"num_heads": 4,
|
| 44 |
"sinkhorn_iterations": 100,
|
| 45 |
-
"
|
| 46 |
-
"transformers_version": "4.43.0.dev0"
|
| 47 |
}
|
|
|
|
| 25 |
],
|
| 26 |
"initializer_range": 0.02,
|
| 27 |
"keypoint_detector_config": {
|
| 28 |
+
"model_type": "superpoint"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
},
|
| 30 |
"keypoint_encoder_sizes": [
|
| 31 |
32,
|
|
|
|
| 37 |
"model_type": "superglue",
|
| 38 |
"num_heads": 4,
|
| 39 |
"sinkhorn_iterations": 100,
|
| 40 |
+
"transformers_version": "4.46.0.dev0"
|
|
|
|
| 41 |
}
|