jina-embeddings-v5-omni-nano-ONNX / video_preprocessor_config.json
splatoonWooo's picture
Duplicate from onnx-community/jina-embeddings-v5-omni-nano-ONNX
4d7148d
Raw
History Blame Contribute Delete
473 Bytes
{
"do_sample_frames": false,
"fps": 2,
"min_frames": 4,
"max_frames": 32,
"size": {
"longest_edge": 12845056,
"shortest_edge": 262144
},
"patch_size": 16,
"merge_size": 2,
"temporal_patch_size": 2,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"rescale_factor": 0.00392156862745098,
"resample": 3
}