tiny-random-VideomtForUniversalSegmentation / video_preprocessor_config.json
hf-transformers-bot's picture
Update tiny models for VideomtForUniversalSegmentation
860e3ec verified
Raw
History Blame Contribute Delete
505 Bytes
{
"crop_size": {
"height": 40,
"width": 40
},
"do_center_crop": false,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"do_sample_frames": false,
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"return_metadata": false,
"size": {
"height": 40,
"width": 40
},
"video_processor_type": "VideomtVideoProcessor"
}