tiny-random-VideoMAEForVideoClassification / video_preprocessor_config.json
hf-transformers-bot's picture
Update tiny models for VideoMAEForVideoClassification
6c61312 verified
Raw
History Blame Contribute Delete
521 Bytes
{
"crop_size": {
"longest_edge": 10,
"shortest_edge": 10
},
"do_center_crop": true,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"do_sample_frames": false,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"return_metadata": false,
"size": {
"longest_edge": 10,
"shortest_edge": 10
},
"video_processor_type": "VideoMAEVideoProcessor"
}