EBench-XVLA-Generalist / preprocessor_config.json
2toINF's picture
Upload ckpt-200000 (X-VLA generalist)
dd37dbc verified
raw
history blame contribute delete
561 Bytes
{
"auto_map": {
"AutoProcessor": "processing_xvla.XVLAProcessor"
},
"crop_size": {
"height": 224,
"width": 224
},
"do_center_crop": false,
"do_convert_rgb": null,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.485,
0.456,
0.406
],
"image_processor_type": "CLIPImageProcessor",
"image_std": [
0.229,
0.224,
0.225
],
"processor_class": "XVLAProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 224,
"width": 224
}
}