schp-pascal-7 / preprocessor_config.json
pirocheto's picture
feat: initial release — Pascal Person Part 7-class SCHP model
e97480b
raw
history blame contribute delete
302 Bytes
{
"auto_map": {
"AutoImageProcessor": "image_processing_schp.SCHPImageProcessor"
},
"image_mean": [
0.406,
0.456,
0.485
],
"image_processor_type": "SCHPImageProcessor",
"image_std": [
0.225,
0.224,
0.229
],
"size": {
"height": 512,
"width": 512
}
}