lightglue_superpoint / config.json
stevenbucaille's picture
Add model
7f841b2 verified
raw
history blame
581 Bytes
{
"_name_or_path": "lightglue",
"architectures": [
"LightGlueForKeypointMatching"
],
"attention_bias": true,
"attention_dropout": 0.0,
"depth_confidence": 0.95,
"descriptor_dim": 256,
"filter_threshold": 0.1,
"hidden_act": "gelu",
"hidden_size": 256,
"initializer_range": 0.02,
"keypoint_detector_config": {
"model_type": "superpoint"
},
"model_type": "lightglue",
"num_attention_heads": 4,
"num_hidden_layers": 9,
"num_key_value_heads": 4,
"torch_dtype": "float32",
"transformers_version": "4.50.0.dev0",
"width_confidence": 0.99
}