vjepa2-vitl-fpc16-256-wd-frankenmodel / video_preprocessor_config.json
bn22's picture
Upload processor
5a1ca1f verified
raw
history blame
672 Bytes
{
"crop_size": {
"height": 256,
"width": 256
},
"data_format": "channels_first",
"default_to_square": true,
"device": null,
"do_center_crop": false,
"do_convert_rgb": null,
"do_normalize": true,
"do_pad": null,
"do_rescale": true,
"do_resize": true,
"do_sample_frames": null,
"fps": null,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"input_data_format": null,
"num_frames": null,
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 292
},
"size_divisor": null,
"video_metadata": null,
"video_processor_type": "VJEPA2VideoProcessor"
}