File size: 1,085 Bytes
3e0601a |
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 |
{
"activation_function": "relu",
"aggregation_sizes": [
4,
4
],
"architectures": [
"EfficientLoFTRForKeypointMatching"
],
"attention_bias": false,
"attention_dropout": 0.0,
"batch_norm_eps": 1e-05,
"coarse_matching_border_removal": 2,
"coarse_matching_skip_softmax": false,
"coarse_matching_temperature": 0.1,
"coarse_matching_threshold": 0.2,
"fine_kernel_size": 8,
"fine_matching_regress_temperature": 10.0,
"fine_matching_slice_dim": 8,
"hidden_size": 256,
"initializer_range": 0.02,
"mlp_activation_function": "leaky_relu",
"model_type": "efficientloftr",
"num_attention_heads": 8,
"num_attention_layers": 4,
"num_key_value_heads": 8,
"rope_scaling": {
"dim": 64,
"rope_type": "2d"
},
"rope_theta": 10000.0,
"stage_block_dims": [
64,
64,
128,
256
],
"stage_hidden_expansion": [
1,
1,
1,
1
],
"stage_num_blocks": [
1,
2,
4,
14
],
"stage_stride": [
2,
1,
2,
2
],
"torch_dtype": "float32",
"transformers_version": "4.50.0.dev0"
}
|