Parveshiiii commited on
Commit
d787d7e
·
verified ·
1 Parent(s): 4b542e2

Update video_preprocessor_config.json

Browse files
Files changed (1) hide show
  1. video_preprocessor_config.json +6 -14
video_preprocessor_config.json CHANGED
@@ -1,23 +1,15 @@
1
  {
2
  "size": {
3
- "longest_edge": 768,
4
- "shortest_edge": 448
5
  },
6
- "max_pixels": 409600,
7
- "min_pixels": 3136,
8
  "patch_size": 16,
9
  "temporal_patch_size": 2,
10
  "merge_size": 2,
11
- "image_mean": [
12
- 0.5,
13
- 0.5,
14
- 0.5
15
- ],
16
- "image_std": [
17
- 0.5,
18
- 0.5,
19
- 0.5
20
- ],
21
  "processor_class": "Qwen3VLProcessor",
22
  "video_processor_type": "Qwen3VLVideoProcessor"
23
  }
 
1
  {
2
  "size": {
3
+ "longest_edge": 524288,
4
+ "shortest_edge": 262144
5
  },
6
+ "max_pixels": 524288,
7
+ "min_pixels": 262144,
8
  "patch_size": 16,
9
  "temporal_patch_size": 2,
10
  "merge_size": 2,
11
+ "image_mean": [0.5, 0.5, 0.5],
12
+ "image_std": [0.5, 0.5, 0.5],
 
 
 
 
 
 
 
 
13
  "processor_class": "Qwen3VLProcessor",
14
  "video_processor_type": "Qwen3VLVideoProcessor"
15
  }