valentinafeve commited on
Commit
7004693
·
1 Parent(s): c102201

Upload YolosForObjectDetection

Browse files
Files changed (2) hide show
  1. config.json +129 -129
  2. pytorch_model.bin +1 -1
config.json CHANGED
@@ -1,130 +1,130 @@
1
  {
2
- "_name_or_path":"valentinafeve/yolos-fashionpedia",
3
- "architectures":[
4
- "YolosForObjectDetection"
5
- ],
6
- "attention_probs_dropout_prob":0.0,
7
- "auxiliary_loss":false,
8
- "bbox_cost":5,
9
- "bbox_loss_coefficient":5,
10
- "class_cost":1,
11
- "eos_coefficient":0.1,
12
- "giou_cost":2,
13
- "giou_loss_coefficient":2,
14
- "hidden_act":"gelu",
15
- "hidden_dropout_prob":0.0,
16
- "hidden_size":384,
17
- "id2label":{
18
- "0":"shirt, blouse",
19
- "1":"top, t-shirt, sweatshirt",
20
- "2":"sweater",
21
- "3":"cardigan",
22
- "4":"jacket",
23
- "5":"vest",
24
- "6":"pants",
25
- "7":"shorts",
26
- "8":"skirt",
27
- "9":"coat",
28
- "10":"dress",
29
- "11":"jumpsuit",
30
- "12":"cape",
31
- "13":"glasses",
32
- "14":"hat",
33
- "15":"headband, head covering, hair accessory",
34
- "16":"tie",
35
- "17":"glove",
36
- "18":"watch",
37
- "19":"belt",
38
- "20":"leg warmer",
39
- "21":"tights, stockings",
40
- "22":"sock",
41
- "23":"shoe",
42
- "24":"bag, wallet",
43
- "25":"scarf",
44
- "26":"umbrella",
45
- "27":"hood",
46
- "28":"collar",
47
- "29":"lapel",
48
- "30":"epaulette",
49
- "31":"sleeve",
50
- "32":"pocket",
51
- "33":"neckline",
52
- "34":"buckle",
53
- "35":"zipper",
54
- "36":"applique",
55
- "37":"bead",
56
- "38":"bow",
57
- "39":"flower",
58
- "40":"fringe",
59
- "41":"ribbon",
60
- "42":"rivet",
61
- "43":"ruffle",
62
- "44":"sequin",
63
- "45":"tassel"
64
- },
65
- "image_size":[
66
- 512,
67
- 864
68
- ],
69
- "initializer_range":0.02,
70
- "intermediate_size":1536,
71
- "label2id":{
72
- "shirt, blouse":0,
73
- "top, t-shirt, sweatshirt":1,
74
- "sweater":2,
75
- "cardigan":3,
76
- "jacket":4,
77
- "vest":5,
78
- "pants":6,
79
- "shorts":7,
80
- "skirt":8,
81
- "coat":9,
82
- "dress":10,
83
- "jumpsuit":11,
84
- "cape":12,
85
- "glasses":13,
86
- "hat":14,
87
- "headband, head covering, hair accessory":15,
88
- "tie":16,
89
- "glove":17,
90
- "watch":18,
91
- "belt":19,
92
- "leg warmer":20,
93
- "tights, stockings":21,
94
- "sock":22,
95
- "shoe":23,
96
- "bag, wallet":24,
97
- "scarf":25,
98
- "umbrella":26,
99
- "hood":27,
100
- "collar":28,
101
- "lapel":29,
102
- "epaulette":30,
103
- "sleeve":31,
104
- "pocket":32,
105
- "neckline":33,
106
- "buckle":34,
107
- "zipper":35,
108
- "applique":36,
109
- "bead":37,
110
- "bow":38,
111
- "flower":39,
112
- "fringe":40,
113
- "ribbon":41,
114
- "rivet":42,
115
- "ruffle":43,
116
- "sequin":44,
117
- "tassel":45
118
- },
119
- "layer_norm_eps":1e-12,
120
- "model_type":"yolos",
121
- "num_attention_heads":6,
122
- "num_channels":3,
123
- "num_detection_tokens":100,
124
- "num_hidden_layers":12,
125
- "patch_size":16,
126
- "qkv_bias":true,
127
- "torch_dtype":"float32",
128
- "transformers_version":"4.23.1",
129
- "use_mid_position_embeddings":true
130
- }
 
1
  {
2
+ "_name_or_path": "hustvl/yolos-small",
3
+ "architectures": [
4
+ "YolosForObjectDetection"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_loss": false,
8
+ "bbox_cost": 5,
9
+ "bbox_loss_coefficient": 5,
10
+ "class_cost": 1,
11
+ "eos_coefficient": 0.1,
12
+ "giou_cost": 2,
13
+ "giou_loss_coefficient": 2,
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.0,
16
+ "hidden_size": 384,
17
+ "id2label": {
18
+ "0": "LABEL_0",
19
+ "1": "LABEL_1",
20
+ "2": "LABEL_2",
21
+ "3": "LABEL_3",
22
+ "4": "LABEL_4",
23
+ "5": "LABEL_5",
24
+ "6": "LABEL_6",
25
+ "7": "LABEL_7",
26
+ "8": "LABEL_8",
27
+ "9": "LABEL_9",
28
+ "10": "LABEL_10",
29
+ "11": "LABEL_11",
30
+ "12": "LABEL_12",
31
+ "13": "LABEL_13",
32
+ "14": "LABEL_14",
33
+ "15": "LABEL_15",
34
+ "16": "LABEL_16",
35
+ "17": "LABEL_17",
36
+ "18": "LABEL_18",
37
+ "19": "LABEL_19",
38
+ "20": "LABEL_20",
39
+ "21": "LABEL_21",
40
+ "22": "LABEL_22",
41
+ "23": "LABEL_23",
42
+ "24": "LABEL_24",
43
+ "25": "LABEL_25",
44
+ "26": "LABEL_26",
45
+ "27": "LABEL_27",
46
+ "28": "LABEL_28",
47
+ "29": "LABEL_29",
48
+ "30": "LABEL_30",
49
+ "31": "LABEL_31",
50
+ "32": "LABEL_32",
51
+ "33": "LABEL_33",
52
+ "34": "LABEL_34",
53
+ "35": "LABEL_35",
54
+ "36": "LABEL_36",
55
+ "37": "LABEL_37",
56
+ "38": "LABEL_38",
57
+ "39": "LABEL_39",
58
+ "40": "LABEL_40",
59
+ "41": "LABEL_41",
60
+ "42": "LABEL_42",
61
+ "43": "LABEL_43",
62
+ "44": "LABEL_44",
63
+ "45": "LABEL_45"
64
+ },
65
+ "image_size": [
66
+ 512,
67
+ 864
68
+ ],
69
+ "initializer_range": 0.02,
70
+ "intermediate_size": 1536,
71
+ "label2id": {
72
+ "LABEL_0": 0,
73
+ "LABEL_1": 1,
74
+ "LABEL_10": 10,
75
+ "LABEL_11": 11,
76
+ "LABEL_12": 12,
77
+ "LABEL_13": 13,
78
+ "LABEL_14": 14,
79
+ "LABEL_15": 15,
80
+ "LABEL_16": 16,
81
+ "LABEL_17": 17,
82
+ "LABEL_18": 18,
83
+ "LABEL_19": 19,
84
+ "LABEL_2": 2,
85
+ "LABEL_20": 20,
86
+ "LABEL_21": 21,
87
+ "LABEL_22": 22,
88
+ "LABEL_23": 23,
89
+ "LABEL_24": 24,
90
+ "LABEL_25": 25,
91
+ "LABEL_26": 26,
92
+ "LABEL_27": 27,
93
+ "LABEL_28": 28,
94
+ "LABEL_29": 29,
95
+ "LABEL_3": 3,
96
+ "LABEL_30": 30,
97
+ "LABEL_31": 31,
98
+ "LABEL_32": 32,
99
+ "LABEL_33": 33,
100
+ "LABEL_34": 34,
101
+ "LABEL_35": 35,
102
+ "LABEL_36": 36,
103
+ "LABEL_37": 37,
104
+ "LABEL_38": 38,
105
+ "LABEL_39": 39,
106
+ "LABEL_4": 4,
107
+ "LABEL_40": 40,
108
+ "LABEL_41": 41,
109
+ "LABEL_42": 42,
110
+ "LABEL_43": 43,
111
+ "LABEL_44": 44,
112
+ "LABEL_45": 45,
113
+ "LABEL_5": 5,
114
+ "LABEL_6": 6,
115
+ "LABEL_7": 7,
116
+ "LABEL_8": 8,
117
+ "LABEL_9": 9
118
+ },
119
+ "layer_norm_eps": 1e-12,
120
+ "model_type": "yolos",
121
+ "num_attention_heads": 6,
122
+ "num_channels": 3,
123
+ "num_detection_tokens": 100,
124
+ "num_hidden_layers": 12,
125
+ "patch_size": 16,
126
+ "qkv_bias": true,
127
+ "torch_dtype": "float32",
128
+ "transformers_version": "4.23.1",
129
+ "use_mid_position_embeddings": true
130
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b20b44b21acfe8e918634da01a21eb8e4e326995cd0b6869e423ea7dbdbd334
3
  size 122738781
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c369dd8d593421b25889a85f1689e29c356522abdb7be71c99e7ef939473aa8
3
  size 122738781