vjepa2.1-vit-base-384 / video_preprocessor_config.json
apiantonio's picture
Fix transformers 4.x/5.x compat, implement output_hidden_states/attentions and out_layers, fix hierarchical predictor input, add video processor
caed165 verified
Raw
History Blame Contribute Delete
537 Bytes
{
"auto_map": {
"AutoVideoProcessor": "video_processing_vjepa21.VJEPA21VideoProcessor"
},
"crop_size": {
"height": 384,
"width": 384
},
"do_center_crop": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"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": {
"shortest_edge": 384
},
"video_processor_type": "VJEPA21VideoProcessor"
}