Perception-LM-3B / preprocessor_config.json
baekchaeeun's picture
Upload folder using huggingface_hub
430c5c8 verified
raw
history blame
727 Bytes
{
"crop_size": null,
"data_format": "channels_first",
"default_to_square": true,
"device": null,
"disable_grouping": null,
"do_center_crop": false,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "PerceptionLMImageProcessorFast",
"image_std": [
0.5,
0.5,
0.5
],
"input_data_format": null,
"max_frame_tiles": 1,
"max_num_tiles": 36,
"processor_class": "PerceptionLMProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"return_tensors": null,
"size": {
"height": 448,
"width": 448
},
"tile_size": 448,
"vision_input_type": "thumb+tile"
}