tiny-random-PerceptionLMForConditionalGeneration / video_preprocessor_config.json
hf-transformers-bot's picture
Update tiny models for PerceptionLMForConditionalGeneration
bce4f4a verified
Raw
History Blame Contribute Delete
479 Bytes
{
"data_format": "channels_first",
"default_to_square": true,
"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_std": [
0.5,
0.5,
0.5
],
"resample": 3,
"rescale_factor": 0.00392156862745098,
"return_metadata": false,
"size": {
"height": 448,
"width": 448
},
"video_processor_type": "PerceptionLMVideoProcessor"
}