izzako commited on
Commit
63eb303
·
verified ·
1 Parent(s): d4601fe

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "encoder_attention_heads": 8,
33
+ "encoder_ffn_dim": 2048,
34
+ "encoder_layerdrop": 0.0,
35
+ "encoder_layers": 6,
36
+ "focal_alpha": 0.25,
37
+ "giou_cost": 2,
38
+ "giou_loss_coefficient": 2,
39
+ "id2label": {
40
+ "0": "traffic sign",
41
+ "1": "motorcycle",
42
+ "2": "car",
43
+ "3": "rider",
44
+ "4": "person",
45
+ "5": "truck",
46
+ "6": "autorickshaw",
47
+ "7": "vehicle fallback",
48
+ "8": "bus"
49
+ },
50
+ "init_std": 0.02,
51
+ "init_xavier_std": 1.0,
52
+ "is_encoder_decoder": true,
53
+ "label2id": {
54
+ "autorickshaw": 6,
55
+ "bus": 8,
56
+ "car": 2,
57
+ "motorcycle": 1,
58
+ "person": 4,
59
+ "rider": 3,
60
+ "traffic sign": 0,
61
+ "truck": 5,
62
+ "vehicle fallback": 7
63
+ },
64
+ "mask_loss_coefficient": 1,
65
+ "max_position_embeddings": 1024,
66
+ "model_type": "conditional_detr",
67
+ "num_channels": 3,
68
+ "num_hidden_layers": 6,
69
+ "num_queries": 300,
70
+ "position_embedding_type": "sine",
71
+ "scale_embedding": false,
72
+ "torch_dtype": "float32",
73
+ "transformers_version": "4.51.3",
74
+ "use_pretrained_backbone": true,
75
+ "use_timm_backbone": true
76
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a29b46080f6834b64d66028a178ef9c612c4580495fe43b91e83b1dc802d6cb
3
+ size 174083908
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": null,
20
+ "resample": 2,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "longest_edge": 1333,
24
+ "shortest_edge": 800
25
+ }
26
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8aa325031151eb168ecf6d991a353ae21533e5da87492712c99bf1d3eff3ff5
3
+ size 5304