jjjssjs commited on
Commit
91302a8
·
verified ·
1 Parent(s): b22bb94

Upload 2 files

Browse files
Files changed (2) hide show
  1. preprocessor_config.json +42 -0
  2. processor_config.json +6 -0
preprocessor_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoProcessor": "processing_vlm.HCXVisionV2Processor"
4
+ },
5
+ "crop_size": null,
6
+ "data_format": "channels_first",
7
+ "default_to_square": true,
8
+ "device": null,
9
+ "disable_grouping": null,
10
+ "do_center_crop": null,
11
+ "do_convert_rgb": true,
12
+ "do_normalize": true,
13
+ "do_pad": null,
14
+ "do_rescale": true,
15
+ "do_resize": true,
16
+ "image_mean": [
17
+ 0.48145466,
18
+ 0.4578275,
19
+ 0.40821073
20
+ ],
21
+ "image_processor_type": "Qwen2VLImageProcessorFast",
22
+ "image_std": [
23
+ 0.26862954,
24
+ 0.26130258,
25
+ 0.27577711
26
+ ],
27
+ "input_data_format": null,
28
+ "max_pixels": 2073600,
29
+ "merge_size": 2,
30
+ "min_pixels": 3136,
31
+ "pad_size": null,
32
+ "patch_size": 14,
33
+ "processor_class": "HCXVisionV2Processor",
34
+ "resample": 3,
35
+ "rescale_factor": 0.00392156862745098,
36
+ "return_tensors": null,
37
+ "size": {
38
+ "longest_edge": 2073600,
39
+ "shortest_edge": 3136
40
+ },
41
+ "temporal_patch_size": 2
42
+ }
processor_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoProcessor": "processing_vlm.HCXVisionV2Processor"
4
+ },
5
+ "processor_class": "HCXVisionV2Processor"
6
+ }