superglue / config.json
stevenbucaille's picture
Upload config
1e29b0e verified
raw
history blame contribute delete
698 Bytes
{
"architectures": [
"SuperGlueForKeypointMatching"
],
"attention_probs_dropout_prob": 0,
"gnn_layers_types": [
"self",
"cross",
"self",
"cross",
"self",
"cross",
"self",
"cross",
"self",
"cross",
"self",
"cross",
"self",
"cross",
"self",
"cross",
"self",
"cross"
],
"hidden_size": 256,
"initializer_range": 0.02,
"keypoint_detector_config": {
"model_type": "superpoint"
},
"keypoint_encoder_sizes": [
32,
64,
128,
256
],
"matching_threshold": 0.2,
"model_type": "superglue",
"num_attention_heads": 4,
"sinkhorn_iterations": 100,
"transformers_version": "4.47.0.dev0"
}