Parveshiiii commited on
Commit
b3a11c7
·
verified ·
1 Parent(s): 5189906

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +7 -15
preprocessor_config.json CHANGED
@@ -1,23 +1,15 @@
1
  {
2
  "size": {
3
- "longest_edge": 1024,
4
- "shortest_edge": 1024
5
  },
 
 
6
  "patch_size": 16,
7
- "max_pixels": 1048576,
8
- "min_pixels": 3136,
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
- "image_processor_type": "Qwen2VLImageProcessorFast"
23
  }
 
1
  {
2
  "size": {
3
+ "longest_edge": 512 * 32 * 32,
4
+ "shortest_edge": 256 * 32 * 32
5
  },
6
+ "max_pixels": 512 * 32 * 32,
7
+ "min_pixels": 256 * 32 * 32,
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
  }