File size: 1,448 Bytes
e6fd10a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | {
"activation_function": "relu",
"architectures": [
"EfficientLoFTRForKeypointMatching"
],
"attention_bias": false,
"attention_dropout": 0.0,
"batch_norm_eps": 1e-05,
"coarse_matching_border_removal": 0,
"coarse_matching_skip_softmax": false,
"coarse_matching_temperature": 0.1,
"coarse_matching_threshold": 0.0,
"dtype": "float32",
"fine_fusion_dims": [
16
],
"fine_kernel_size": 2,
"fine_matching_regress_temperature": 10.0,
"fine_matching_slice_dim": 8,
"hidden_size": 16,
"initializer_range": 0.02,
"intermediate_size": 32,
"kv_aggregation_kernel_size": 1,
"kv_aggregation_stride": 1,
"mlp_activation_function": "leaky_relu",
"model_type": "efficientloftr",
"num_attention_heads": 8,
"num_attention_layers": 2,
"num_key_value_heads": 8,
"out_features": [
16,
16
],
"partial_rotary_factor": 4.0,
"q_aggregation_kernel_size": 1,
"q_aggregation_stride": 1,
"rope_parameters": {
"partial_rotary_factor": 4.0,
"rope_theta": 10000.0,
"rope_type": "default"
},
"stage_block_in_channels": [
[
1
],
[
16
]
],
"stage_block_out_channels": [
[
16
],
[
16
]
],
"stage_block_stride": [
[
2
],
[
1
]
],
"stage_in_channels": [
1,
16
],
"stage_num_blocks": [
1,
1
],
"stage_stride": [
2,
1
],
"transformers_version": "5.16.0.dev0"
}
|