File size: 517 Bytes
ee6ef91 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | {
"crop_size": {
"height": [
128,
96
],
"width": [
128,
96
]
},
"do_affine_transform": true,
"do_normalize": true,
"do_rescale": true,
"image_mean": [
0.485,
0.456,
0.406
],
"image_processor_type": "VitPoseImageProcessor",
"image_std": [
0.229,
0.224,
0.225
],
"normalize_factor": 200.0,
"rescale_factor": 0.00392156862745098,
"size": {
"height": [
128,
96
],
"width": [
128,
96
]
}
}
|