Arlow-Vision-Encoder / video_processor /video_preprocessor_config.json
yuchenxie's picture
Upload folder using huggingface_hub
49d4668 verified
Raw
History Blame Contribute Delete
656 Bytes
{
"_last_selected_frame_indices": [],
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"do_sample_frames": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"max_frames": 96,
"max_volume": 786432,
"merge_size": 2,
"min_frames": 4,
"motion_threshold": 0.1,
"patch_size": 14,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"return_metadata": false,
"sample_strategy": "uniform",
"size": {
"longest_edge": 786432,
"shortest_edge": 131072
},
"temporal_patch_size": 2,
"video_processor_type": "ArlowVideoProcessor"
}