File size: 504 Bytes
90453bb |
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 |
{
"anchors_ratios": [
[
2,
4
],
[
4,
8
],
[
8,
16
]
],
"architectures": [
"YoloModel"
],
"feature_extrator_kwargs": {
"features_only": true,
"model_name": "resnet50",
"out_indices": [
2,
3,
4
],
"pretrained": true
},
"fpn_out_channels": 256,
"image_size": [
840,
840
],
"lb_loss_weights": [
10,
1
],
"torch_dtype": "float32",
"transformers_version": "4.33.3"
} |