amorrissette commited on
Commit
7fa0ddc
·
verified ·
1 Parent(s): 4a22baf

Upload fixed vitpose-plus-small model

Browse files
Files changed (3) hide show
  1. config.json +187 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +22 -0
config.json ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "VitPoseForPoseEstimation"
4
+ ],
5
+ "backbone": null,
6
+ "backbone_config": {
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 384,
11
+ "image_size": [
12
+ 256,
13
+ 192
14
+ ],
15
+ "initializer_range": 0.02,
16
+ "layer_norm_eps": 1e-12,
17
+ "mlp_ratio": 4,
18
+ "model_type": "vitpose_backbone",
19
+ "num_attention_heads": 12,
20
+ "num_channels": 3,
21
+ "num_experts": 6,
22
+ "num_hidden_layers": 12,
23
+ "out_features": [
24
+ "stage12"
25
+ ],
26
+ "out_indices": [
27
+ 12
28
+ ],
29
+ "part_features": 96,
30
+ "patch_size": [
31
+ 16,
32
+ 16
33
+ ],
34
+ "qkv_bias": true,
35
+ "stage_names": [
36
+ "stem",
37
+ "stage1",
38
+ "stage2",
39
+ "stage3",
40
+ "stage4",
41
+ "stage5",
42
+ "stage6",
43
+ "stage7",
44
+ "stage8",
45
+ "stage9",
46
+ "stage10",
47
+ "stage11",
48
+ "stage12"
49
+ ]
50
+ },
51
+ "backbone_kwargs": null,
52
+ "dtype": "float32",
53
+ "edges": [
54
+ [
55
+ 15,
56
+ 13
57
+ ],
58
+ [
59
+ 13,
60
+ 11
61
+ ],
62
+ [
63
+ 16,
64
+ 14
65
+ ],
66
+ [
67
+ 14,
68
+ 12
69
+ ],
70
+ [
71
+ 11,
72
+ 12
73
+ ],
74
+ [
75
+ 5,
76
+ 11
77
+ ],
78
+ [
79
+ 6,
80
+ 12
81
+ ],
82
+ [
83
+ 5,
84
+ 6
85
+ ],
86
+ [
87
+ 5,
88
+ 7
89
+ ],
90
+ [
91
+ 6,
92
+ 8
93
+ ],
94
+ [
95
+ 7,
96
+ 9
97
+ ],
98
+ [
99
+ 8,
100
+ 10
101
+ ],
102
+ [
103
+ 1,
104
+ 2
105
+ ],
106
+ [
107
+ 0,
108
+ 1
109
+ ],
110
+ [
111
+ 0,
112
+ 2
113
+ ],
114
+ [
115
+ 1,
116
+ 3
117
+ ],
118
+ [
119
+ 2,
120
+ 4
121
+ ],
122
+ [
123
+ 3,
124
+ 5
125
+ ],
126
+ [
127
+ 4,
128
+ 6
129
+ ]
130
+ ],
131
+ "edges_per_dataset": null,
132
+ "flip_pairs_per_dataset": null,
133
+ "id2label": {
134
+ "0": "LABEL_0",
135
+ "1": "LABEL_1",
136
+ "2": "LABEL_2",
137
+ "3": "LABEL_3",
138
+ "4": "LABEL_4",
139
+ "5": "LABEL_5",
140
+ "6": "LABEL_6",
141
+ "7": "LABEL_7",
142
+ "8": "LABEL_8",
143
+ "9": "LABEL_9",
144
+ "10": "LABEL_10",
145
+ "11": "LABEL_11",
146
+ "12": "LABEL_12",
147
+ "13": "LABEL_13",
148
+ "14": "LABEL_14",
149
+ "15": "LABEL_15",
150
+ "16": "LABEL_16"
151
+ },
152
+ "id2label_per_dataset": null,
153
+ "initializer_range": 0.02,
154
+ "label2id": {
155
+ "LABEL_0": 0,
156
+ "LABEL_1": 1,
157
+ "LABEL_10": 10,
158
+ "LABEL_11": 11,
159
+ "LABEL_12": 12,
160
+ "LABEL_13": 13,
161
+ "LABEL_14": 14,
162
+ "LABEL_15": 15,
163
+ "LABEL_16": 16,
164
+ "LABEL_2": 2,
165
+ "LABEL_3": 3,
166
+ "LABEL_4": 4,
167
+ "LABEL_5": 5,
168
+ "LABEL_6": 6,
169
+ "LABEL_7": 7,
170
+ "LABEL_8": 8,
171
+ "LABEL_9": 9
172
+ },
173
+ "model_type": "vitpose",
174
+ "num_labels_per_dataset": [
175
+ 17,
176
+ 14,
177
+ 16,
178
+ 17,
179
+ 17,
180
+ 133
181
+ ],
182
+ "scale_factor": 4,
183
+ "transformers_version": "5.0.0.dev0",
184
+ "use_pretrained_backbone": false,
185
+ "use_simple_decoder": false,
186
+ "use_timm_backbone": false
187
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb2cc610291b0da626b0160b24ef155f9c6cf52599a3dfe875d1190bed4b4930
3
+ size 185299624
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_affine_transform": true,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_processor_type": "VitPoseImageProcessor",
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "normalize_factor": 200.0,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 256,
20
+ "width": 192
21
+ }
22
+ }