File size: 460 Bytes
3599318
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "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
}