Aria / preprocessor_config.json
aria-dev's picture
Upload processor (#12)
3e774c9 verified
raw
history blame
1.21 kB
{
"_transform": null,
"auto_map": {
"AutoImageProcessor": "rhymes-ai/Aria--vision_processor.AriaVisionProcessor",
"AutoProcessor": "rhymes-ai/Aria--processing_aria.AriaProcessor"
},
"do_convert_rgb": true,
"do_normalize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "AriaImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"max_image_size": 980,
"min_image_size": 336,
"processor_class": "AriaProcessor",
"resample": 3,
"split_image": false,
"split_resolutions": [
[
490,
980
],
[
490,
1470
],
[
490,
1960
],
[
490,
2450
],
[
490,
2940
],
[
490,
3430
],
[
490,
3920
],
[
980,
1960
],
[
980,
1470
],
[
980,
980
],
[
980,
490
],
[
1470,
490
],
[
1470,
980
],
[
1960,
490
],
[
1960,
980
],
[
2450,
490
],
[
2940,
490
],
[
3430,
490
],
[
3920,
490
]
]
}