shubhamWi91
commited on
Commit
•
a081a28
1
Parent(s):
85902b3
Training in progress, epoch 1
Browse files- config.json +85 -0
- preprocessor_config.json +24 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "SenseTime/deformable-detr",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "relu",
|
5 |
+
"architectures": [
|
6 |
+
"DeformableDetrForObjectDetection"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"auxiliary_loss": false,
|
10 |
+
"backbone": "resnet50",
|
11 |
+
"backbone_config": null,
|
12 |
+
"bbox_cost": 5,
|
13 |
+
"bbox_loss_coefficient": 5,
|
14 |
+
"class_cost": 1,
|
15 |
+
"d_model": 256,
|
16 |
+
"decoder_attention_heads": 8,
|
17 |
+
"decoder_ffn_dim": 1024,
|
18 |
+
"decoder_layerdrop": 0.0,
|
19 |
+
"decoder_layers": 6,
|
20 |
+
"decoder_n_points": 4,
|
21 |
+
"dice_loss_coefficient": 1,
|
22 |
+
"dilation": false,
|
23 |
+
"disable_custom_kernels": false,
|
24 |
+
"dropout": 0.1,
|
25 |
+
"encoder_attention_heads": 8,
|
26 |
+
"encoder_ffn_dim": 1024,
|
27 |
+
"encoder_layerdrop": 0.0,
|
28 |
+
"encoder_layers": 6,
|
29 |
+
"encoder_n_points": 4,
|
30 |
+
"eos_coefficient": 0.1,
|
31 |
+
"focal_alpha": 0.25,
|
32 |
+
"giou_cost": 2,
|
33 |
+
"giou_loss_coefficient": 2,
|
34 |
+
"id2label": {
|
35 |
+
"0": "pet_bottle",
|
36 |
+
"1": "hm_ldpe",
|
37 |
+
"2": "pp_w",
|
38 |
+
"3": "ldpe_wrapper",
|
39 |
+
"4": "hdpe_bottle",
|
40 |
+
"5": "paper",
|
41 |
+
"6": "pp",
|
42 |
+
"7": "aluminium_foil",
|
43 |
+
"8": "multilayer_plastic",
|
44 |
+
"9": "ps",
|
45 |
+
"10": "cardboard",
|
46 |
+
"11": "blister_pack",
|
47 |
+
"12": "aluminium_can",
|
48 |
+
"13": "tetrapack",
|
49 |
+
"14": "others"
|
50 |
+
},
|
51 |
+
"init_std": 0.02,
|
52 |
+
"init_xavier_std": 1.0,
|
53 |
+
"is_encoder_decoder": true,
|
54 |
+
"label2id": {
|
55 |
+
"aluminium_can": 12,
|
56 |
+
"aluminium_foil": 7,
|
57 |
+
"blister_pack": 11,
|
58 |
+
"cardboard": 10,
|
59 |
+
"hdpe_bottle": 4,
|
60 |
+
"hm_ldpe": 1,
|
61 |
+
"ldpe_wrapper": 3,
|
62 |
+
"multilayer_plastic": 8,
|
63 |
+
"others": 14,
|
64 |
+
"paper": 5,
|
65 |
+
"pet_bottle": 0,
|
66 |
+
"pp": 6,
|
67 |
+
"pp_w": 2,
|
68 |
+
"ps": 9,
|
69 |
+
"tetrapack": 13
|
70 |
+
},
|
71 |
+
"mask_loss_coefficient": 1,
|
72 |
+
"max_position_embeddings": 1024,
|
73 |
+
"model_type": "deformable_detr",
|
74 |
+
"num_channels": 3,
|
75 |
+
"num_feature_levels": 4,
|
76 |
+
"num_queries": 300,
|
77 |
+
"position_embedding_type": "sine",
|
78 |
+
"torch_dtype": "float32",
|
79 |
+
"transformers_version": "4.32.1",
|
80 |
+
"two_stage": false,
|
81 |
+
"two_stage_num_proposals": 300,
|
82 |
+
"use_pretrained_backbone": true,
|
83 |
+
"use_timm_backbone": true,
|
84 |
+
"with_box_refine": false
|
85 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_pad": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"format": "coco_detection",
|
7 |
+
"image_mean": [
|
8 |
+
0.485,
|
9 |
+
0.456,
|
10 |
+
0.406
|
11 |
+
],
|
12 |
+
"image_processor_type": "DeformableDetrImageProcessor",
|
13 |
+
"image_std": [
|
14 |
+
0.229,
|
15 |
+
0.224,
|
16 |
+
0.225
|
17 |
+
],
|
18 |
+
"resample": 2,
|
19 |
+
"rescale_factor": 0.00392156862745098,
|
20 |
+
"size": {
|
21 |
+
"longest_edge": 1333,
|
22 |
+
"shortest_edge": 800
|
23 |
+
}
|
24 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9421a412d35ffaa9e89b81857a56697f1867a4858e80a10df1215bd8c7373ef8
|
3 |
+
size 160818833
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e089b15377bd4ec5d4b4ebca9ba6ab6345c4d39f32cd696b4b4d6217a6c93d5f
|
3 |
+
size 4091
|