Amogh06 commited on
Commit
b3ae82c
·
1 Parent(s): 081723e

End of training

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +143 -0
  3. preprocessor_config.json +24 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "480370a8aeeed9fc8d78837b4e94e5f936fe73f2",
3
+ "_name_or_path": "facebook/detr-resnet-50",
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "relu",
6
+ "architectures": [
7
+ "DetrForObjectDetection"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "auxiliary_loss": false,
11
+ "backbone": "resnet50",
12
+ "backbone_config": null,
13
+ "bbox_cost": 5,
14
+ "bbox_loss_coefficient": 5,
15
+ "class_cost": 1,
16
+ "classifier_dropout": 0.0,
17
+ "d_model": 256,
18
+ "decoder_attention_heads": 8,
19
+ "decoder_ffn_dim": 2048,
20
+ "decoder_layerdrop": 0.0,
21
+ "decoder_layers": 6,
22
+ "dice_loss_coefficient": 1,
23
+ "dilation": false,
24
+ "dropout": 0.1,
25
+ "encoder_attention_heads": 8,
26
+ "encoder_ffn_dim": 2048,
27
+ "encoder_layerdrop": 0.0,
28
+ "encoder_layers": 6,
29
+ "eos_coefficient": 0.1,
30
+ "giou_cost": 2,
31
+ "giou_loss_coefficient": 2,
32
+ "id2label": {
33
+ "1": "table"
34
+ },
35
+ "init_std": 0.02,
36
+ "init_xavier_std": 1.0,
37
+ "is_encoder_decoder": true,
38
+ "label2id": {
39
+ "N/A": 0,
40
+ "airplane": 5,
41
+ "apple": 53,
42
+ "backpack": 27,
43
+ "banana": 52,
44
+ "baseball bat": 39,
45
+ "baseball glove": 40,
46
+ "bear": 23,
47
+ "bed": 65,
48
+ "bench": 15,
49
+ "bicycle": 2,
50
+ "bird": 16,
51
+ "blender": 83,
52
+ "boat": 9,
53
+ "book": 84,
54
+ "bottle": 44,
55
+ "bowl": 51,
56
+ "broccoli": 56,
57
+ "bus": 6,
58
+ "cake": 61,
59
+ "car": 3,
60
+ "carrot": 57,
61
+ "cat": 17,
62
+ "cell phone": 77,
63
+ "chair": 62,
64
+ "clock": 85,
65
+ "couch": 63,
66
+ "cow": 21,
67
+ "cup": 47,
68
+ "desk": 69,
69
+ "dining table": 67,
70
+ "dog": 18,
71
+ "donut": 60,
72
+ "door": 71,
73
+ "elephant": 22,
74
+ "eye glasses": 30,
75
+ "fire hydrant": 11,
76
+ "fork": 48,
77
+ "frisbee": 34,
78
+ "giraffe": 25,
79
+ "hair drier": 89,
80
+ "handbag": 31,
81
+ "hat": 26,
82
+ "horse": 19,
83
+ "hot dog": 58,
84
+ "keyboard": 76,
85
+ "kite": 38,
86
+ "knife": 49,
87
+ "laptop": 73,
88
+ "microwave": 78,
89
+ "mirror": 66,
90
+ "motorcycle": 4,
91
+ "mouse": 74,
92
+ "orange": 55,
93
+ "oven": 79,
94
+ "parking meter": 14,
95
+ "person": 1,
96
+ "pizza": 59,
97
+ "plate": 45,
98
+ "potted plant": 64,
99
+ "refrigerator": 82,
100
+ "remote": 75,
101
+ "sandwich": 54,
102
+ "scissors": 87,
103
+ "sheep": 20,
104
+ "shoe": 29,
105
+ "sink": 81,
106
+ "skateboard": 41,
107
+ "skis": 35,
108
+ "snowboard": 36,
109
+ "spoon": 50,
110
+ "sports ball": 37,
111
+ "stop sign": 13,
112
+ "street sign": 12,
113
+ "suitcase": 33,
114
+ "surfboard": 42,
115
+ "teddy bear": 88,
116
+ "tennis racket": 43,
117
+ "tie": 32,
118
+ "toaster": 80,
119
+ "toilet": 70,
120
+ "toothbrush": 90,
121
+ "traffic light": 10,
122
+ "train": 7,
123
+ "truck": 8,
124
+ "tv": 72,
125
+ "umbrella": 28,
126
+ "vase": 86,
127
+ "window": 68,
128
+ "wine glass": 46,
129
+ "zebra": 24
130
+ },
131
+ "mask_loss_coefficient": 1,
132
+ "max_position_embeddings": 1024,
133
+ "model_type": "detr",
134
+ "num_channels": 3,
135
+ "num_hidden_layers": 6,
136
+ "num_queries": 100,
137
+ "position_embedding_type": "sine",
138
+ "scale_embedding": false,
139
+ "torch_dtype": "float32",
140
+ "transformers_version": "4.7.0.dev0",
141
+ "use_pretrained_backbone": true,
142
+ "use_timm_backbone": true
143
+ }
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": "DetrImageProcessor",
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:8efe5209358ce37b6ab98d090a9dca4185e17df62c0338ed9b966fbf4af0993f
3
+ size 166608677
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63b7968b295f653255873e080fd5941c63105f5621733c0104f26a6e5bd7d6c3
3
+ size 3899