|
{ |
|
"architectures": [ |
|
"LightGlueForKeypointMatching" |
|
], |
|
"attention_bias": true, |
|
"attention_dropout": 0.0, |
|
"attention_probs_dropout_prob": 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, |
|
"rotary_value": false, |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.49.0.dev0", |
|
"width_confidence": 0.99 |
|
} |
|
|