duongng2911 commited on
Commit
eb7277c
·
verified ·
1 Parent(s): 164d0d1

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +133 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +26 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "silu",
4
+ "anchor_image_size": null,
5
+ "architectures": [
6
+ "RTDetrForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": true,
10
+ "backbone": null,
11
+ "backbone_config": {
12
+ "depths": [
13
+ 3,
14
+ 4,
15
+ 6,
16
+ 3
17
+ ],
18
+ "downsample_in_bottleneck": false,
19
+ "downsample_in_first_stage": false,
20
+ "embedding_size": 64,
21
+ "hidden_act": "relu",
22
+ "hidden_sizes": [
23
+ 256,
24
+ 512,
25
+ 1024,
26
+ 2048
27
+ ],
28
+ "layer_type": "bottleneck",
29
+ "model_type": "rt_detr_resnet",
30
+ "num_channels": 3,
31
+ "out_features": [
32
+ "stage2",
33
+ "stage3",
34
+ "stage4"
35
+ ],
36
+ "out_indices": [
37
+ 2,
38
+ 3,
39
+ 4
40
+ ],
41
+ "stage_names": [
42
+ "stem",
43
+ "stage1",
44
+ "stage2",
45
+ "stage3",
46
+ "stage4"
47
+ ]
48
+ },
49
+ "backbone_kwargs": null,
50
+ "batch_norm_eps": 1e-05,
51
+ "box_noise_scale": 1.0,
52
+ "d_model": 256,
53
+ "decoder_activation_function": "relu",
54
+ "decoder_attention_heads": 8,
55
+ "decoder_ffn_dim": 1024,
56
+ "decoder_in_channels": [
57
+ 256,
58
+ 256,
59
+ 256
60
+ ],
61
+ "decoder_layers": 6,
62
+ "decoder_n_points": 4,
63
+ "disable_custom_kernels": true,
64
+ "dropout": 0.0,
65
+ "encode_proj_layers": [
66
+ 2
67
+ ],
68
+ "encoder_activation_function": "gelu",
69
+ "encoder_attention_heads": 8,
70
+ "encoder_ffn_dim": 1024,
71
+ "encoder_hidden_dim": 256,
72
+ "encoder_in_channels": [
73
+ 512,
74
+ 1024,
75
+ 2048
76
+ ],
77
+ "encoder_layers": 1,
78
+ "eos_coefficient": 0.0001,
79
+ "eval_size": null,
80
+ "feat_strides": [
81
+ 8,
82
+ 16,
83
+ 32
84
+ ],
85
+ "focal_loss_alpha": 0.75,
86
+ "focal_loss_gamma": 2.0,
87
+ "freeze_backbone_batch_norms": true,
88
+ "hidden_expansion": 1.0,
89
+ "id2label": {
90
+ "0": "D20",
91
+ "1": "D40",
92
+ "2": "D50",
93
+ "3": "D10",
94
+ "4": "D44",
95
+ "5": "D00",
96
+ "6": "D43"
97
+ },
98
+ "initializer_bias_prior_prob": null,
99
+ "initializer_range": 0.01,
100
+ "is_encoder_decoder": true,
101
+ "label2id": {
102
+ "D00": 5,
103
+ "D10": 3,
104
+ "D20": 0,
105
+ "D40": 1,
106
+ "D43": 6,
107
+ "D44": 4,
108
+ "D50": 2
109
+ },
110
+ "label_noise_ratio": 0.5,
111
+ "layer_norm_eps": 1e-05,
112
+ "learn_initial_query": false,
113
+ "matcher_alpha": 0.25,
114
+ "matcher_bbox_cost": 5.0,
115
+ "matcher_class_cost": 2.0,
116
+ "matcher_gamma": 2.0,
117
+ "matcher_giou_cost": 2.0,
118
+ "model_type": "rt_detr",
119
+ "normalize_before": false,
120
+ "num_denoising": 100,
121
+ "num_feature_levels": 3,
122
+ "num_queries": 300,
123
+ "positional_encoding_temperature": 10000,
124
+ "torch_dtype": "float32",
125
+ "transformers_version": "4.52.4",
126
+ "use_focal_loss": true,
127
+ "use_pretrained_backbone": false,
128
+ "use_timm_backbone": false,
129
+ "weight_loss_bbox": 5.0,
130
+ "weight_loss_giou": 2.0,
131
+ "weight_loss_vfl": 1.0,
132
+ "with_box_refine": true
133
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdd580485948032767c86163453dd83312bced134b4b5c969f26f43693f17d89
3
+ size 171575780
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": "RTDetrImageProcessor",
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:b9a7b8974b9f1d5c810fbb868d25963834af0fc6468a15e183f76f5d2b30de64
3
+ size 5368