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

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +6 -10
preprocessor_config.json CHANGED
@@ -1,15 +1,11 @@
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
  }
 
1
  {
2
  "size": {
3
+ "longest_edge": 1920,
4
+ "shortest_edge": 32
5
  },
6
+ "max_pixels": 2073600,
7
+ "min_pixels": 1024,
8
+ "image_processor_type": "Qwen2VLImageProcessorFast",
9
  "patch_size": 16,
10
+ "merge_size": 2
 
 
 
 
 
11
  }