File size: 904 Bytes
b824ae9 bb67c7f b824ae9 |
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 |
{
"amp": true,
"architectures": [
"RFDetrModelForObjectDetection"
],
"auto_map": {
"AutoConfig": "configuration_rf_detr.RFDetrConfig",
"AutoModelForObjectDetection": "modeling_rf_detr.RFDetrModelForObjectDetection"
},
"bbox_reparam": true,
"ca_nheads": 16,
"dec_layers": 3,
"dec_n_points": 2,
"encoder": "dinov2_windowed_small",
"gradient_checkpointing": false,
"group_detr": 13,
"hidden_dim": 256,
"layer_norm": true,
"lite_refpoint_refine": true,
"model_name": "RFDETRBase",
"model_type": "rf-detr",
"num_classes": 90,
"num_queries": 300,
"out_feature_indexes": [
2,
5,
8,
11
],
"pretrain_weights": null,
"pretrained": false,
"projector_scale": [
"P4"
],
"resolution": 560,
"sa_nheads": 8,
"torch_dtype": "float32",
"transformers_version": "4.50.3",
"two_stage": true
}
|