lightglue / config.json
stevenbucaille's picture
Add model
3d3a8c9 verified
raw
history blame
516 Bytes
{
"architectures": [
"LightGlueForKeypointMatching"
],
"attention_probs_dropout_prob": 0,
"depth_confidence": 0.95,
"descriptor_dim": 256,
"filter_threshold": 0.1,
"hidden_size": 256,
"initializer_range": 0.02,
"keypoint_detector_config": {
"model_type": "superpoint"
},
"model_type": "lightglue",
"num_attention_heads": 4,
"num_heads": 4,
"num_layers": 9,
"rotary_value": false,
"torch_dtype": "float32",
"transformers_version": "4.47.0.dev0",
"width_confidence": 0.99
}