Agnes-3.0-Flash / video_preprocessor_config.json
Agnes-AI's picture
Add files using upload-large-folder tool
3599318 verified
Raw
History Blame Contribute Delete
460 Bytes
{
"video_processor_type": "AgnesVideoProcessor",
"auto_map": {
"AutoVideoProcessor": "video_processing_agnes.AgnesVideoProcessor"
},
"size": {
"shortest_edge": 131072,
"longest_edge": 786432
},
"patch_size": 16,
"temporal_patch_size": 2,
"merge_size": 2,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"fps": 2,
"min_frames": 4,
"max_frames": 768,
"do_sample_frames": true
}