File size: 790 Bytes
8faf222 17d1ea2 8faf222 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
{
"architectures": [
"SuperGlueForImageMatching"
],
"descriptor_dim": 256,
"gnn_layers_types": [
"self",
"cross",
"self",
"cross",
"self",
"cross",
"self",
"cross",
"self",
"cross",
"self",
"cross",
"self",
"cross",
"self",
"cross",
"self",
"cross"
],
"keypoint_detector_config": {
"_name_or_path": "magic-leap-community/superpoint",
"architectures": [
"SuperPointModel"
],
"model_type": "superpoint",
"torch_dtype": "float32"
},
"keypoint_encoder_sizes": [
32,
64,
128,
256
],
"matching_threshold": 0.2,
"model_type": "superglue",
"num_heads": 4,
"sinkhorn_iterations": 100,
"torch_dtype": "float32",
"transformers_version": "4.40.0.dev0"
}
|