Jesse020202 commited on
Commit
00d7617
·
verified ·
1 Parent(s): 97edade

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +102 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +29 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "relu",
4
+ "architectures": [
5
+ "ConditionalDetrForObjectDetection"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "auxiliary_loss": false,
9
+ "backbone": "resnet50",
10
+ "backbone_config": null,
11
+ "backbone_kwargs": {
12
+ "in_chans": 3,
13
+ "out_indices": [
14
+ 1,
15
+ 2,
16
+ 3,
17
+ 4
18
+ ]
19
+ },
20
+ "bbox_cost": 5,
21
+ "bbox_loss_coefficient": 5,
22
+ "class_cost": 2,
23
+ "cls_loss_coefficient": 2,
24
+ "d_model": 256,
25
+ "decoder_attention_heads": 8,
26
+ "decoder_ffn_dim": 2048,
27
+ "decoder_layerdrop": 0.0,
28
+ "decoder_layers": 6,
29
+ "dice_loss_coefficient": 1,
30
+ "dilation": false,
31
+ "dropout": 0.1,
32
+ "dtype": "float32",
33
+ "encoder_attention_heads": 8,
34
+ "encoder_ffn_dim": 2048,
35
+ "encoder_layerdrop": 0.0,
36
+ "encoder_layers": 6,
37
+ "focal_alpha": 0.25,
38
+ "giou_cost": 2,
39
+ "giou_loss_coefficient": 2,
40
+ "id2label": {
41
+ "0": "road-signs",
42
+ "1": "bus_stop",
43
+ "2": "do_not_enter",
44
+ "3": "do_not_stop",
45
+ "4": "do_not_turn_l",
46
+ "5": "do_not_turn_r",
47
+ "6": "do_not_u_turn",
48
+ "7": "enter_left_lane",
49
+ "8": "green_light",
50
+ "9": "left_right_lane",
51
+ "10": "no_parking",
52
+ "11": "parking",
53
+ "12": "ped_crossing",
54
+ "13": "ped_zebra_cross",
55
+ "14": "railway_crossing",
56
+ "15": "red_light",
57
+ "16": "stop",
58
+ "17": "t_intersection_l",
59
+ "18": "traffic_light",
60
+ "19": "u_turn",
61
+ "20": "warning",
62
+ "21": "yellow_light"
63
+ },
64
+ "init_std": 0.02,
65
+ "init_xavier_std": 1.0,
66
+ "is_encoder_decoder": true,
67
+ "label2id": {
68
+ "bus_stop": 1,
69
+ "do_not_enter": 2,
70
+ "do_not_stop": 3,
71
+ "do_not_turn_l": 4,
72
+ "do_not_turn_r": 5,
73
+ "do_not_u_turn": 6,
74
+ "enter_left_lane": 7,
75
+ "green_light": 8,
76
+ "left_right_lane": 9,
77
+ "no_parking": 10,
78
+ "parking": 11,
79
+ "ped_crossing": 12,
80
+ "ped_zebra_cross": 13,
81
+ "railway_crossing": 14,
82
+ "red_light": 15,
83
+ "road-signs": 0,
84
+ "stop": 16,
85
+ "t_intersection_l": 17,
86
+ "traffic_light": 18,
87
+ "u_turn": 19,
88
+ "warning": 20,
89
+ "yellow_light": 21
90
+ },
91
+ "mask_loss_coefficient": 1,
92
+ "max_position_embeddings": 1024,
93
+ "model_type": "conditional_detr",
94
+ "num_channels": 3,
95
+ "num_hidden_layers": 6,
96
+ "num_queries": 300,
97
+ "position_embedding_type": "sine",
98
+ "scale_embedding": false,
99
+ "transformers_version": "4.56.2",
100
+ "use_pretrained_backbone": true,
101
+ "use_timm_backbone": true
102
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f739bb95b3d7b431b217f94871f1f04edece3347425b810ec440a6bdd980694b
3
+ size 174097272
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_annotations": true,
3
+ "do_normalize": true,
4
+ "do_pad": true,
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": "ConditionalDetrImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "pad_size": {
20
+ "height": 480,
21
+ "width": 480
22
+ },
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "max_height": 480,
27
+ "max_width": 480
28
+ }
29
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:948eeaf26e7a01ff026afb5dd0ca32befbad5ee1845d24fffef760757d5a2c72
3
+ size 5777