TYTTYTTYT commited on
Commit
2cdaef1
·
verified ·
1 Parent(s): 3054cf2

adjust the default video processing parameters for long videos, add focus_size parameter

Browse files
Files changed (1) hide show
  1. processor_config.json +3 -3
processor_config.json CHANGED
@@ -48,7 +48,7 @@
48
  "do_resize": true,
49
  "do_sample_frames": true,
50
  "focus_size": 2,
51
- "fps": 2,
52
  "image_mean": [
53
  0.5,
54
  0.5,
@@ -59,7 +59,7 @@
59
  0.5,
60
  0.5
61
  ],
62
- "max_frames": 768,
63
  "merge_size": 2,
64
  "min_frames": 4,
65
  "patch_size": 16,
@@ -67,7 +67,7 @@
67
  "rescale_factor": 0.00392156862745098,
68
  "return_metadata": false,
69
  "size": {
70
- "longest_edge": 251658240,
71
  "shortest_edge": 4096
72
  },
73
  "temporal_patch_size": 2,
 
48
  "do_resize": true,
49
  "do_sample_frames": true,
50
  "focus_size": 2,
51
+ "fps": 1,
52
  "image_mean": [
53
  0.5,
54
  0.5,
 
59
  0.5,
60
  0.5
61
  ],
62
+ "max_frames": 3601,
63
  "merge_size": 2,
64
  "min_frames": 4,
65
  "patch_size": 16,
 
67
  "rescale_factor": 0.00392156862745098,
68
  "return_metadata": false,
69
  "size": {
70
+ "longest_edge": 235929601,
71
  "shortest_edge": 4096
72
  },
73
  "temporal_patch_size": 2,