amusktweewt commited on
Commit
fe4eb1b
1 Parent(s): 1d4ec0f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +36 -4
config.json CHANGED
@@ -1,5 +1,19 @@
1
- {"input_size": 720, "task": "object-detection", "ultralyticsplus_version": "0.0.23", "ultralytics_version": "8.0.21", "model_type": "yolos",
2
- "id2label": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "0": "car",
4
  "1": "parked_car",
5
  "2": "truck",
@@ -54,7 +68,13 @@
54
  "51": "green_traffic_light",
55
  "52": "cone"
56
  },
57
- "label2id": {
 
 
 
 
 
 
58
  "car": 0,
59
  "parked_car": 1,
60
  "truck": 2,
@@ -108,5 +128,17 @@
108
  "yellow_traffic_light": 50,
109
  "green_traffic_light": 51,
110
  "cone": 52
111
- }
 
 
 
 
 
 
 
 
 
 
 
112
  }
 
 
1
+ {
2
+ "architectures": [
3
+ "YolosForObjectDetection"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "auxiliary_loss": false,
7
+ "bbox_cost": 5,
8
+ "bbox_loss_coefficient": 5,
9
+ "class_cost": 1,
10
+ "eos_coefficient": 0.1,
11
+ "giou_cost": 2,
12
+ "giou_loss_coefficient": 2,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.0,
15
+ "hidden_size": 192,
16
+ "id2label": {
17
  "0": "car",
18
  "1": "parked_car",
19
  "2": "truck",
 
68
  "51": "green_traffic_light",
69
  "52": "cone"
70
  },
71
+ "image_size": [
72
+ 800,
73
+ 1333
74
+ ],
75
+ "initializer_range": 0.02,
76
+ "intermediate_size": 768,
77
+ "label2id": {
78
  "car": 0,
79
  "parked_car": 1,
80
  "truck": 2,
 
128
  "yellow_traffic_light": 50,
129
  "green_traffic_light": 51,
130
  "cone": 52
131
+ },
132
+ "layer_norm_eps": 1e-12,
133
+ "model_type": "yolos",
134
+ "num_attention_heads": 3,
135
+ "num_channels": 3,
136
+ "num_detection_tokens": 100,
137
+ "num_hidden_layers": 12,
138
+ "patch_size": 16,
139
+ "qkv_bias": true,
140
+ "torch_dtype": "float32",
141
+ "transformers_version": "4.19.0.dev0",
142
+ "use_mid_position_embeddings": false
143
  }
144
+