lightglue_disk / config.json
stevenbucaille's picture
Add config
204cdaf verified
{
"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,
"intermediate_size": 512,
"keypoint_detector_config": {
"_name_or_path": "stevenbucaille/disk",
"architectures": [
"DiskForKeypointDetection"
],
"auto_map": {
"AutoConfig": "configuration_disk.DiskConfig",
"AutoModelForKeypointDetection": "modeling_disk.DiskForKeypointDetection"
},
"descriptor_decoder_dim": 128,
"detection_threshold": 0.0,
"max_num_keypoints": null,
"model_type": "disk",
"nms_window_size": 5,
"pad_if_not_divisible": true,
"torch_dtype": "float32",
"weights": "depth"
},
"model_type": "lightglue",
"num_attention_heads": 4,
"num_hidden_layers": 9,
"num_key_value_heads": 4,
"torch_dtype": "float32",
"transformers_version": "4.54.0.dev0",
"trust_remote_code": true,
"width_confidence": 0.99
}