timesformer-hr-finetuned-ssv2 / preprocessor_config.json
nielsr's picture
nielsr HF staff
update weight and config to reflect latest changes from the pr (#1)
11f06e7
raw history blame
No virus
403 Bytes
{
"crop_size": {
"height": 224,
"width": 224
},
"do_center_crop": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "VideoMAEImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 224
}
}