Training in progress, epoch 1
Browse files- config.json +131 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "PekingU/rtdetr_r101vd",
|
| 3 |
+
"activation_dropout": 0.0,
|
| 4 |
+
"activation_function": "silu",
|
| 5 |
+
"anchor_image_size": null,
|
| 6 |
+
"architectures": [
|
| 7 |
+
"RTDetrForObjectDetection"
|
| 8 |
+
],
|
| 9 |
+
"attention_dropout": 0.0,
|
| 10 |
+
"auxiliary_loss": true,
|
| 11 |
+
"backbone": null,
|
| 12 |
+
"backbone_config": {
|
| 13 |
+
"depths": [
|
| 14 |
+
3,
|
| 15 |
+
4,
|
| 16 |
+
23,
|
| 17 |
+
3
|
| 18 |
+
],
|
| 19 |
+
"model_type": "rt_detr_resnet",
|
| 20 |
+
"out_features": [
|
| 21 |
+
"stage2",
|
| 22 |
+
"stage3",
|
| 23 |
+
"stage4"
|
| 24 |
+
],
|
| 25 |
+
"out_indices": [
|
| 26 |
+
2,
|
| 27 |
+
3,
|
| 28 |
+
4
|
| 29 |
+
]
|
| 30 |
+
},
|
| 31 |
+
"backbone_kwargs": null,
|
| 32 |
+
"batch_norm_eps": 1e-05,
|
| 33 |
+
"box_noise_scale": 1.0,
|
| 34 |
+
"d_model": 256,
|
| 35 |
+
"decoder_activation_function": "relu",
|
| 36 |
+
"decoder_attention_heads": 8,
|
| 37 |
+
"decoder_ffn_dim": 1024,
|
| 38 |
+
"decoder_in_channels": [
|
| 39 |
+
384,
|
| 40 |
+
384,
|
| 41 |
+
384
|
| 42 |
+
],
|
| 43 |
+
"decoder_layers": 6,
|
| 44 |
+
"decoder_n_points": 4,
|
| 45 |
+
"disable_custom_kernels": true,
|
| 46 |
+
"dropout": 0.0,
|
| 47 |
+
"encode_proj_layers": [
|
| 48 |
+
2
|
| 49 |
+
],
|
| 50 |
+
"encoder_activation_function": "gelu",
|
| 51 |
+
"encoder_attention_heads": 8,
|
| 52 |
+
"encoder_ffn_dim": 2048,
|
| 53 |
+
"encoder_hidden_dim": 384,
|
| 54 |
+
"encoder_in_channels": [
|
| 55 |
+
512,
|
| 56 |
+
1024,
|
| 57 |
+
2048
|
| 58 |
+
],
|
| 59 |
+
"encoder_layers": 1,
|
| 60 |
+
"eos_coefficient": 0.0001,
|
| 61 |
+
"eval_size": null,
|
| 62 |
+
"feat_strides": [
|
| 63 |
+
8,
|
| 64 |
+
16,
|
| 65 |
+
32
|
| 66 |
+
],
|
| 67 |
+
"focal_loss_alpha": 0.75,
|
| 68 |
+
"focal_loss_gamma": 2.0,
|
| 69 |
+
"freeze_backbone_batch_norms": true,
|
| 70 |
+
"hidden_expansion": 1.0,
|
| 71 |
+
"id2label": {
|
| 72 |
+
"0": "Cars",
|
| 73 |
+
"1": "Front-windscreen-damage",
|
| 74 |
+
"2": "Headlight-damage",
|
| 75 |
+
"3": "Rear-windscreen-Damage",
|
| 76 |
+
"4": "Runningboard-Damage",
|
| 77 |
+
"5": "Sidemirror-Damage",
|
| 78 |
+
"6": "Taillight-Damage",
|
| 79 |
+
"7": "bonnet-dent",
|
| 80 |
+
"8": "boot-dent",
|
| 81 |
+
"9": "doorouter-dent",
|
| 82 |
+
"10": "fender-dent",
|
| 83 |
+
"11": "front-bumper-dent",
|
| 84 |
+
"12": "quaterpanel-dent",
|
| 85 |
+
"13": "rear-bumper-dent",
|
| 86 |
+
"14": "roof-dent"
|
| 87 |
+
},
|
| 88 |
+
"initializer_bias_prior_prob": null,
|
| 89 |
+
"initializer_range": 0.01,
|
| 90 |
+
"is_encoder_decoder": true,
|
| 91 |
+
"label2id": {
|
| 92 |
+
"Cars": 0,
|
| 93 |
+
"Front-windscreen-damage": 1,
|
| 94 |
+
"Headlight-damage": 2,
|
| 95 |
+
"Rear-windscreen-Damage": 3,
|
| 96 |
+
"Runningboard-Damage": 4,
|
| 97 |
+
"Sidemirror-Damage": 5,
|
| 98 |
+
"Taillight-Damage": 6,
|
| 99 |
+
"bonnet-dent": 7,
|
| 100 |
+
"boot-dent": 8,
|
| 101 |
+
"doorouter-dent": 9,
|
| 102 |
+
"fender-dent": 10,
|
| 103 |
+
"front-bumper-dent": 11,
|
| 104 |
+
"quaterpanel-dent": 12,
|
| 105 |
+
"rear-bumper-dent": 13,
|
| 106 |
+
"roof-dent": 14
|
| 107 |
+
},
|
| 108 |
+
"label_noise_ratio": 0.5,
|
| 109 |
+
"layer_norm_eps": 1e-05,
|
| 110 |
+
"learn_initial_query": false,
|
| 111 |
+
"matcher_alpha": 0.25,
|
| 112 |
+
"matcher_bbox_cost": 5.0,
|
| 113 |
+
"matcher_class_cost": 2.0,
|
| 114 |
+
"matcher_gamma": 2.0,
|
| 115 |
+
"matcher_giou_cost": 2.0,
|
| 116 |
+
"model_type": "rt_detr",
|
| 117 |
+
"normalize_before": false,
|
| 118 |
+
"num_denoising": 100,
|
| 119 |
+
"num_feature_levels": 3,
|
| 120 |
+
"num_queries": 300,
|
| 121 |
+
"positional_encoding_temperature": 10000,
|
| 122 |
+
"torch_dtype": "float32",
|
| 123 |
+
"transformers_version": "4.48.3",
|
| 124 |
+
"use_focal_loss": true,
|
| 125 |
+
"use_pretrained_backbone": false,
|
| 126 |
+
"use_timm_backbone": false,
|
| 127 |
+
"weight_loss_bbox": 5.0,
|
| 128 |
+
"weight_loss_giou": 2.0,
|
| 129 |
+
"weight_loss_vfl": 1.0,
|
| 130 |
+
"with_box_refine": true
|
| 131 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0bcaf313f2a70223906e23d028cdd0a422ad202a13985b5a3719a5eaf9e1fb7
|
| 3 |
+
size 306796700
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_annotations": true,
|
| 3 |
+
"do_normalize": false,
|
| 4 |
+
"do_pad": false,
|
| 5 |
+
"do_rescale": true,
|
| 6 |
+
"do_resize": true,
|
| 7 |
+
"format": "coco_detection",
|
| 8 |
+
"image_mean": [
|
| 9 |
+
0.485,
|
| 10 |
+
0.456,
|
| 11 |
+
0.406
|
| 12 |
+
],
|
| 13 |
+
"image_processor_type": "RTDetrImageProcessorFast",
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.229,
|
| 16 |
+
0.224,
|
| 17 |
+
0.225
|
| 18 |
+
],
|
| 19 |
+
"pad_size": null,
|
| 20 |
+
"resample": 2,
|
| 21 |
+
"rescale_factor": 0.00392156862745098,
|
| 22 |
+
"size": {
|
| 23 |
+
"height": 480,
|
| 24 |
+
"width": 480
|
| 25 |
+
}
|
| 26 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e4e517ee7689e27a9607281d2277cf159d2d8b060322c9b84536a0bf57e7358
|
| 3 |
+
size 5368
|